import { CosmosPlatform } from '../cosmosPlugin/types.js';
export declare function startDevServer(platform: CosmosPlatform): Promise<() => Promise<void>>;
