import { ICommandContext } from '../command'; export declare function debugFunctionByPath(functionPath: string, options: Record): Promise; export declare function debugByConfig(ctx: ICommandContext, name: string): Promise;