import { AlienCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { AlienError } from "../models/errors/alienerror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as models from "../models/index.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Render a Remote Operator ECS Fargate CloudFormation installer * * @remarks * Renders a credential-free CloudFormation artifact that reuses a customer-owned ECS cluster, network, and EFS access point; owns a task role compiled from the project's enabled operations; and uses a generated local command to hand one-time setup material directly to same-account, same-Region Secrets Manager. Sensitive S3 and SQS wildcard declarations fail closed unless the request supplies exact resource ceilings. */ export declare function operatorManifestsRenderOperatorEcsCloudFormation(client: AlienCore, request?: models.RenderOperatorEcsCloudFormationRequest | undefined, options?: RequestOptions): APIPromise>; //# sourceMappingURL=operatorManifestsRenderOperatorEcsCloudFormation.d.ts.map