import { IStartOptions } from "actionsflow-core"; export declare const start: (options: IStartOptions) => Promise;