export declare function identity(): (instance: T) => T; export declare function get(fun: () => R, defaultResult?: any): R;