import { DonobuException } from './DonobuException';
export declare class FlowNotFoundException extends DonobuException {
    private constructor();
    static forId(flowId?: string | null): FlowNotFoundException;
    static forName(flowName?: string | null): FlowNotFoundException;
}
//# sourceMappingURL=FlowNotFoundException.d.ts.map