export type { BoundedIntegerOptions, ChannelConversationKind, ChannelLifecycleAction, JsonRecord, } from '@pellux/goodvibes-daemon-sdk'; export { isJsonRecord, missingScopes, readBoundedInteger, readBoundedPositiveInteger, readChannelConversationKind, readChannelLifecycleAction, readOptionalBoundedInteger, scopeMatches, } from '@pellux/goodvibes-daemon-sdk'; export declare function toSerializableJson(value: unknown, stack?: Map, path?: string): unknown; export declare function serializableJsonResponse(body: unknown, init?: ResponseInit): Response; //# sourceMappingURL=route-helpers.d.ts.map