export declare const memoize: <T extends (...args: any[]) => any>(fn: T) => T;
//# sourceMappingURL=helpers.d.ts.map