import { Obj } from '../../ts-types'; export declare const getMissingKeys: (keys: string[], obj: Obj) => string[]; //# sourceMappingURL=index.d.ts.map