export declare const getEnv: ({ api, mode, config, siteInfo, accounts, addons, buildDir, branch, deployId, buildId, context, cachedEnv, }: {
    api: any;
    mode: any;
    config: any;
    siteInfo: any;
    accounts: any;
    addons: any;
    buildDir: any;
    branch: any;
    deployId: any;
    buildId: any;
    context: any;
    cachedEnv: any;
}) => Promise<any>;
