export interface StartOptions { tag: string; fresh: boolean; blockTime: number | undefined; } export declare function start(options: StartOptions): Promise; //# sourceMappingURL=start.d.ts.map