export declare const warn: (message: string) => never; export declare const hasOwnProperty: { (v: string): boolean; (v: PropertyKey): boolean; };