import { IRoute, _PluginApi } from '@tuzki/scaffold-types'; export declare function startDebugServer(option: { api: _PluginApi; routes: IRoute[]; }): Promise;