export declare const noop: () => void;
export declare const identity: <T>(obj: T) => T;
