import { IServerlessAccountInfo } from "common-types"; /** * Will find the appropriate configuration information * for the serverless build process. Looking either in * the `serverless-config/account-info.yml` (deprecated) * or pulled from the Yeoman templates's `.yo-rc.json` file. * * If the info is not found in either location then it * will switch to interactive mode to get the data it * needs. */ export declare function getServerlessBuildConfiguration(): Promise; //# sourceMappingURL=getServerlessBuildConfiguration.d.ts.map