import { SnsSpyEventBase } from "./SnsSpyEventBase.mjs";

//#region common/spyEvents/SnsSubscriptionSpyEvent.d.ts
interface SnsSubscriptionSpyEvent<MessageType = any> extends SnsSpyEventBase<MessageType> {
  spyEventType: 'FunctionSnsSubscription';
}
//#endregion
export { SnsSubscriptionSpyEvent };
//# sourceMappingURL=SnsSubscriptionSpyEvent.d.mts.map