import { Exception } from "./Exception"; export declare class Exception_InvalidOperation extends Exception { constructor(message: string, innerException?: Exception | null); } //# sourceMappingURL=Exception_InvalidOperation.d.ts.map