import { ModStep } from '../types/mod.types';
export declare function runTask(args: {
    configPath: string;
    packageName: string;
    task: ModStep;
}): Promise<void>;
