export declare function main(runningInstanceRef: { current: { stop: () => Promise; } | null; }): Promise<{ stop: () => Promise; }>; //# sourceMappingURL=main.d.ts.map