import { ServerlessOptions } from './createServerless'; /** * Retrieve an Record of all the environment variables set by serverless, including any plugins. */ export declare function getEnvVars(opts?: ServerlessOptions): Promise>; //# sourceMappingURL=getEnvVars.d.ts.map