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