import type * as cxapi from '@aws-cdk/cloud-assembly-api'; /** * Given a set of "/" strings, construct environments for them */ export declare function environmentsFromDescriptors(envSpecs: string[]): cxapi.Environment[]; //# sourceMappingURL=helpers.d.ts.map