export function runSteps({ defaultConfig, steps, buildbotServerSocket, events, configPath, outputConfigPath, headersPath, redirectsPath, buildDir, packagePath, repositoryRoot, nodePath, childEnv, context, branch, constants, mode, api, errorMonitor, deployId, errorParams, netlifyConfig, configOpts, logs, debug, systemLog, verbose, saveConfig, timers, testOpts, featureFlags, quiet, userNodeVersion, explicitSecretKeys, edgeFunctionsBootstrapURL, }: {
    defaultConfig: any;
    steps: any;
    buildbotServerSocket: any;
    events: any;
    configPath: any;
    outputConfigPath: any;
    headersPath: any;
    redirectsPath: any;
    buildDir: any;
    packagePath: any;
    repositoryRoot: any;
    nodePath: any;
    childEnv: any;
    context: any;
    branch: any;
    constants: any;
    mode: any;
    api: any;
    errorMonitor: any;
    deployId: any;
    errorParams: any;
    netlifyConfig: any;
    configOpts: any;
    logs: any;
    debug: any;
    systemLog: any;
    verbose: any;
    saveConfig: any;
    timers: any;
    testOpts: any;
    featureFlags: any;
    quiet: any;
    userNodeVersion: any;
    explicitSecretKeys: any;
    edgeFunctionsBootstrapURL: any;
}): Promise<{
    stepsCount: number;
    netlifyConfig: any;
    statuses: never[];
    failedPlugins: never[];
    timers: any;
    configMutations: never[];
    metrics: never[];
}>;
