//#region ../@warlock.js/herald/src/types/publish.types.d.ts type PublishOptions = { priority?: number; ttl?: number; delay?: number; headers?: Record; persistent?: boolean; correlationId?: string; expiration?: number; }; type RequestOptions = PublishOptions & { timeout?: number; }; //#endregion export { PublishOptions, RequestOptions }; //# sourceMappingURL=publish.types.d.mts.map