import { CosmosConfig, CosmosConfigInput } from './types.js';
export declare function createCosmosConfig(rootDir: string, cosmosConfigInput?: CosmosConfigInput): CosmosConfig;
