import type { DescribeChangeSetOutput, StackEvent, StackResource } from "@aws-sdk/client-cloudformation"; import { Tty } from "../util/tty.js"; export declare class StackReporter { private readonly resources; private readonly ownTty; private readonly spinner; private readonly tty; private completeCount; private maxLogicalIdLength; private stackName; logChangeSetEvents: boolean; constructor(tty?: Tty); close(): void; init(changeset: DescribeChangeSetOutput): void; initDelete(resources: StackResource[]): void; onProgress(event: StackEvent): void; private readonly render; private getStatusText; } //# sourceMappingURL=stack-reporter.d.ts.map