import * as platform from "./platform";
import { readFileUtf8 } from "./systemUtils";
declare function findProjectDir(required?: boolean): Promise<string | null>;
export declare function findStashPath(projectDir: string): Promise<string>;
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 {};
