import * as types from './types'; export declare const startServer: (inputConfig: types.InputConfig) => Promise;