/** * Invalid Operation Exception */ export declare class InvalidOperationException extends Error { constructor(message: string); }