export declare const normalizeAccessor: (key: string) => string; /** * Creates a lazily evaluated factory function that caches results based on the * first argument. * * @param factory A factory function that takes a key as the first argument, * potentially more arguments, and returns a function. */ export declare const lazyKeyedFactory: any>(factory: (this: FactoryThis, ...args: FactoryArgs) => Method) => (this: FactoryThis, ...factoryArgs: FactoryArgs) => Method; //# sourceMappingURL=util.d.ts.map