declare function freeze<T>(obj: T): T;

export = freeze;
