export declare function createWorkspace(baseUrl: string, token: string, workspaceId: string): Promise; export declare function seedWorkspace(baseUrl: string, token: string, workspaceId: string, projectDir: string, excludeDirs: string[]): Promise; export declare function seedAclRules(baseUrl: string, token: string, workspaceId: string, aclRules: Record): Promise; //# sourceMappingURL=workspace.d.ts.map