export declare function weakMemoize<F extends (argument: any) => any>(function_: F): F;
