export declare class InvariantError extends Error {
constructor(message: string, options?: ErrorOptions);
}