/** The error that is thrown when a method call is invalid for the object's current state. */ export declare class InvalidOperationError extends Error { name: string; constructor(message?: string, options?: ErrorOptions); } //# sourceMappingURL=invalidOperationError.d.ts.map