import type { AllowNullish, PolarKeyResolved } from '../types/private-types'; import type { KeyList, SpecialKeys } from '../types/resolver-types'; export declare function resolvePolarKey(key: unknown, keys: KeyList, special?: AllowNullish>): PolarKeyResolved | undefined; //# sourceMappingURL=resolve-polar-key.d.ts.map