import { PromptTaskType } from '../types/mod.types';
export declare function promptTask(args: {
    configPath: string;
    packageName: string;
    task: PromptTaskType;
}): Promise<void>;
export declare const runTask: typeof promptTask;
export declare const summary = "";
export declare const isSystemTask = true;
