export declare function runWithEchoAndProceedPrompt<TArgs extends any[]>(func: (...args: TArgs) => any, args: TArgs, props?: {
    yes?: boolean;
    functionName?: string;
}): Promise<void>;
//# sourceMappingURL=run-with-echo-and-proceed-prompt.d.ts.map