import { CloudFormationClient, type StackEvent } from "@aws-sdk/client-cloudformation"; export declare function streamChangeSetEvents(client: CloudFormationClient, stackId: string, token: string): AsyncIterableIterator; //# sourceMappingURL=stream-stack-events.d.ts.map