import type { FlowMetadata } from '../main';
/**
 * This exception is thrown if a call to `donobuPage.ai` (i.e. an autonomous flow)
 * finishes to a state that is not {@link State.SUCCESS}.
 */
export declare class PageAiException extends Error {
    readonly originalInstruction: string;
    readonly metadata: FlowMetadata;
    constructor(originalInstruction: string, metadata: FlowMetadata);
}
//# sourceMappingURL=PageAiException.d.ts.map