import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; export declare class OperatorManifests extends ClientSDK { /** * Prepare the white-labeled Operator image for an Operate install */ prepareOperatorManifestPackage(request?: models.PrepareOperatorManifestPackageRequest | undefined, options?: RequestOptions): Promise; /** * Render a Kubernetes Operator manifest */ renderOperatorManifest(request?: models.RenderOperatorManifestRequest | undefined, options?: RequestOptions): Promise; /** * 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. */ renderOperatorEcsCloudFormation(request?: models.RenderOperatorEcsCloudFormationRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=operatormanifests.d.ts.map