export declare function runSequentially(params: {
    scriptsPaths: string[];
}): Promise<void>;
