import { OversizeChunkItemError, splitChunkBySize } from '@livestore/common/sync'; import { Schema } from '@livestore/utils/effect'; export type { CfTypes } from '@livestore/common-cf'; export * from './constants.ts'; export { SyncHttpRpc } from './http-rpc-schema.ts'; export * as SyncMessage from './sync-message-types.ts'; export { OversizeChunkItemError, splitChunkBySize }; export declare const SearchParamsSchema: Schema.Struct<{ storeId: typeof Schema.String; payload: Schema.UndefinedOr, typeof Schema.String, never>, Schema.transform, Schema.Schema>>>; transport: Schema.Literal<["http", "ws"]>; }>; export type SearchParams = typeof SearchParamsSchema.Type; //# sourceMappingURL=mod.d.ts.map