export declare const getMissingKeys: (obj: T, keys: (keyof T)[]) => (keyof T)[] | undefined; export declare const throwIfMissingKeys: (obj: T, keys: (keyof T)[]) => void; export declare const allKeysExist: (obj: T, keys: (keyof T)[]) => boolean; //# sourceMappingURL=index.d.ts.map