export declare const OBFUSCATED_ERROR = "An invariant failed, however the error is obfuscated because this is an production build."; export declare function invariant(check: boolean, message?: string | boolean): void; export declare function fail(message: string | boolean): never; export declare function warn(message: string | boolean): void;