export declare function hasProperties(obj: T, ...keys: K[]): obj is T & { [J in K]: unknown; }; //# sourceMappingURL=has-properties.d.ts.map