export interface WorkspaceLauncherPaths { shellPath: string; cmdPath: string; ps1Path: string; } export declare function writeWorkspaceLaunchers(workspaceRoot: string): Promise; //# sourceMappingURL=workspace-launcher.d.ts.map