type FunctionType = (...args: any[]) => any;
export declare const memoize: (fn: FunctionType, limit?: number) => FunctionType;
export {};
//# sourceMappingURL=utils.d.ts.map