import * as platform from "./platform"; import { readFileUtf8 } from "./systemUtils"; declare function findProjectDir(required?: boolean): Promise; export declare function findStashPath(projectDir: string): Promise; export declare const serverUtils: { findProjectDir: typeof findProjectDir; findStashPath: typeof findStashPath; readFileUtf8: typeof readFileUtf8; searchConfigDir: typeof platform.searchConfigDir; }; export declare const parseConnectArguments: import("./conUtils").ConnectArgumentsParser; export {};