import * as v from 'valibot'; export declare const createCommitSchema: v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"create", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>; export declare const updateCommitSchema: v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"update", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>; export declare const deleteCommitSchema: v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"delete", undefined>; }, undefined>; export declare const commitOperationSchema: v.VariantSchema<"operation", [v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"create", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"update", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"delete", undefined>; }, undefined>], undefined>; export declare const commitEventSchema: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"commit", undefined>; readonly commit: v.VariantSchema<"operation", [v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"create", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"update", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"delete", undefined>; }, undefined>], undefined>; }, undefined>; export declare const identityDataSchema: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly handle: v.CustomSchema<`${string}.${string}`, v.ErrorMessage | undefined>; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; export declare const identityEventSchema: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"identity", undefined>; readonly identity: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly handle: v.CustomSchema<`${string}.${string}`, v.ErrorMessage | undefined>; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; }, undefined>; export declare const accountDataSchema: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly active: v.BooleanSchema; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; export declare const accountEventSchema: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"account", undefined>; readonly account: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly active: v.BooleanSchema; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; }, undefined>; export declare const jetstreamEventSchema: v.VariantSchema<"kind", [v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"commit", undefined>; readonly commit: v.VariantSchema<"operation", [v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"create", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"update", undefined>; readonly cid: v.CustomSchema | undefined>; readonly record: v.RecordSchema, v.UnknownSchema, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly rev: v.CustomSchema | undefined>; readonly collection: v.CustomSchema<`${string}.${string}.${string}`, v.ErrorMessage | undefined>; readonly rkey: v.CustomSchema | undefined>; readonly operation: v.LiteralSchema<"delete", undefined>; }, undefined>], undefined>; }, undefined>, v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"identity", undefined>; readonly identity: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly handle: v.CustomSchema<`${string}.${string}`, v.ErrorMessage | undefined>; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; }, undefined>, v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly time_us: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly kind: v.LiteralSchema<"account", undefined>; readonly account: v.LooseObjectSchema<{ readonly did: v.CustomSchema<`did:${string}:${string}`, v.ErrorMessage | undefined>; readonly active: v.BooleanSchema; readonly seq: v.SchemaWithPipe, v.SafeIntegerAction, v.MinValueAction]>; readonly time: v.CustomSchema | undefined>; }, undefined>; }, undefined>], undefined>; export declare const optionsUpdatePayloadSchema: v.LooseObjectSchema<{ readonly wantedCollections: v.OptionalSchema, undefined>, undefined>; readonly wantedDids: v.OptionalSchema | undefined>, undefined>, undefined>; readonly maxMessageSizeBytes: v.OptionalSchema, v.SafeIntegerAction, v.MinValueAction]>, undefined>; }, undefined>; export declare const optionsUpdateProcedureSchema: v.LooseObjectSchema<{ readonly type: v.LiteralSchema<"options_update", undefined>; readonly payload: v.LooseObjectSchema<{ readonly wantedCollections: v.OptionalSchema, undefined>, undefined>; readonly wantedDids: v.OptionalSchema | undefined>, undefined>, undefined>; readonly maxMessageSizeBytes: v.OptionalSchema, v.SafeIntegerAction, v.MinValueAction]>, undefined>; }, undefined>; }, undefined>; export declare const jetstreamProcedureSchema: v.VariantSchema<"type", [v.LooseObjectSchema<{ readonly type: v.LiteralSchema<"options_update", undefined>; readonly payload: v.LooseObjectSchema<{ readonly wantedCollections: v.OptionalSchema, undefined>, undefined>; readonly wantedDids: v.OptionalSchema | undefined>, undefined>, undefined>; readonly maxMessageSizeBytes: v.OptionalSchema, v.SafeIntegerAction, v.MinValueAction]>, undefined>; }, undefined>; }, undefined>], undefined>; export type CreateCommit = v.InferOutput; export type UpdateCommit = v.InferOutput; export type DeleteCommit = v.InferOutput; export type CommitOperation = v.InferOutput; export type CommitEvent = v.InferOutput; export type IdentityData = v.InferOutput; export type IdentityEvent = v.InferOutput; export type AccountData = v.InferOutput; export type AccountEvent = v.InferOutput; export type JetstreamEvent = v.InferOutput; export type OptionsUpdatePayload = v.InferOutput; export type OptionsUpdateProcedure = v.InferOutput; export type JetstreamProcedure = v.InferOutput;