export declare function createConfig(projectName: string, remotes: string, tsConfigName: string, root: string, port: number): string;
