import { DonobuException } from './DonobuException';
/**
 * This exception is thrown if browser state is attempted to be loaded for a
 * flow but there is no browser state found.
 */
export declare class BrowserStateNotFoundException extends DonobuException {
    constructor(flowId: string);
}
//# sourceMappingURL=BrowserStateNotFoundException.d.ts.map