export declare function main({ startArgs, args, endArgs, }: { startArgs: Array; args: Array; endArgs: Array; }): Promise; declare function start(): Promise; export declare const autoRun = false; export default start;