import type { ResolvedConfig, RuntimeArgs } from "../../../types"; export declare function loadConfigAndTasks(runtimeArgs?: Partial): Promise;