export declare const createMemoizer: (canonicalizeValue: (value: T) => string) => (value: T) => T; //# sourceMappingURL=memoizeObject.d.ts.map