import { ICommandInstance } from '@midwayjs/command-core'; import { GeneratorSharedOptions } from '../utils'; export declare const DEBUG_CONFIG_PATH = ".vscode/launch.json"; export interface DebugOptions extends Pick { /** * @description Debug port * @value 7777 */ port: number; /** * @description Configuration name * @value 'Midway Local' */ name: string; } export declare const mountDebugCommand: () => ICommandInstance; export default function debugHandler(...args: unknown[]): Promise; //# sourceMappingURL=debug.handler.d.ts.map