export declare class RunBackgroundProcessFromCommandLine {
    static runFromCliArgs(args: string[]): Promise<void>;
}
