export declare function setUp(rootFolder: string, workspaceDescriptorFile: string, useSymlinks?: boolean): void;
export declare function createSymlinks(rootFolder: string, workspaceDescriptorFile: string): void;
