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