import { StartDeployment } from "./StartDeployment.ts"; /** * HTTP implementation of the {@link StartDeployment} binding. Calls * `appconfig:StartDeployment` with the Lambda's IAM role, scoped to the bound * application, environment, configuration profile, and deployment strategy. */ export declare const StartDeploymentHttp: import("effect/Layer").Layer; //# sourceMappingURL=StartDeploymentHttp.d.ts.map