import Runner from '../runner'; interface ServerOptions { noProxy?: boolean; serverPort: number; ssgPort: number; ssgHost: string; rootDir: string; apiSecret: string; runnableDir?: string; localDetails: any; cmsType?: string; csiEnabled?: boolean; csiWebhookUrl?: string; contentfulAccessToken?: string; contentfulSpaceIds?: [string]; contentfulPreviewTokens?: [string]; isDevServer: boolean; repoUrl?: string; repoBranch?: string; repoPublishBranch?: string; deployKey?: string; } export declare function start({ serverPort, ssgPort, ssgHost, rootDir, runnableDir, apiSecret, cmsType, localDetails, isDevServer, ...options }: ServerOptions): Promise; export {}; //# sourceMappingURL=index.d.ts.map