import { ExecutionSnapshot } from '../types/snapshot';
export declare class FluxoWaitSignalException extends Error {
    snapshot?: ExecutionSnapshot | undefined;
    constructor(snapshot?: ExecutionSnapshot | undefined);
}
