export declare const getMemoId: () => string; export declare const memo: (fn: T) => T;