export declare function pullAll(rootFolder: string, workspaceDescriptorFile: string): void;
export declare function buildAll(rootFolder: string, workspaceDescriptorFile: string): void;
export declare function testAll(rootFolder: string, workspaceDescriptorFile: string): void;
