export declare const throwInvalidKey: ({ key, path }: { key: string; path?: string | null; }) => never; export declare const asyncCurry: (fn: (...args: A) => Promise) => ((...args: Partial) => any); //# sourceMappingURL=utils.d.ts.map