import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; import { PlanInfo } from "./PlanInfo.js"; export declare class GlideProcessAutomation { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); cancel(reason?: string): void; cancelLite(reason?: string): void; getPlan(): PlanInfo; isPresumedInterrupted(): boolean; isTerminated(): boolean; isWaiting(): boolean; static markInterruptedFlows(): void; message(message?: string): void; reportMidError(errorMessage?: string): void; reschedulePlanForIncompatibleMidEngine(): void; } //# sourceMappingURL=GlideProcessAutomation.d.ts.map