import { IServerlessAccountInfo } from "../../@types/index"; /** * Gets the `accountInfo` from the `serverless.yml` file if * possible. If not it returns an empty object. */ export declare function getAccountInfoFromServerlessYaml(): Promise; //# sourceMappingURL=getAccountInfoFromServerlessYaml.d.ts.map