export declare function getCurrentDir(): string;
export declare function importConfigFile(cosmosConfigPath: string): Promise<Partial<import("./types.js").CosmosConfig & {
    hostname: null | string;
}>>;
