/** * A stricter type guard. * @see https://tsplay.dev/WK8zGw */ export declare const hasOwnProperty: (object: X, property: Y) => object is Record & X; //# sourceMappingURL=hasOwnProperty.d.ts.map