import { ShellTaskType } from '../types/mod.types';
export declare function shellTask(args: {
    configPath: string;
    packageName: string;
    task: ShellTaskType;
}): Promise<void>;
export declare const runTask: typeof shellTask;
export declare const summary = "shell execution";
