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