/** * Encloses event message details * @export * @class EventMessageResponse */ export declare class EventMessageResponse { /** * @type {string} * @memberof EventMessageResponse */ body?: string | undefined; /** * @type {string} * @memberof EventMessageResponse */ messageId?: string | undefined; /** * @type {string} * @memberof EventMessageResponse */ receiptHandle?: string | undefined; }