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