export declare const findFirstCaseInsensitive: (obj: { [key: string]: T; }, key: string) => string | null; //# sourceMappingURL=object.d.ts.map