import * as z from "zod/mini"; export declare const PREVIEW_PAIRING_TRANSPORT_SOURCE = "getuserfeedback.preview"; export declare const previewPairingHostRequestSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pair.request">; requestId: z.ZodMiniString; previewToken: z.ZodMiniString; expectedRevision: z.ZodMiniNumber; capabilities: z.ZodMiniArray>; }, z.core.$strip>; export declare const previewPairingHostAckSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pair.ack">; requestId: z.ZodMiniString; }, z.core.$strip>; export declare const previewConnectionHostContextUpdatedSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.host-context.updated">; url: z.ZodMiniURL; }, z.core.$strict>; export declare const previewConnectionPairingStatusRequestSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pairing-status.request">; requestId: z.ZodMiniString; appId: z.ZodMiniString; }, z.core.$strict>; export declare const previewConnectionPairingStatusResultSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pairing-status.result">; requestId: z.ZodMiniString; paired: z.ZodMiniBoolean; }, z.core.$strict>; export declare const previewConnectionUnpairRequestSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.unpair.request">; }, z.core.$strict>; export declare const previewConnectionUnpairedSchema: z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.unpaired">; reason: z.ZodMiniLiteral<"superseded">; }, z.core.$strict>; export declare const previewPairingHostResultSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pair.result">; requestId: z.ZodMiniString; ok: z.ZodMiniLiteral; result: z.ZodMiniObject<{ appId: z.ZodMiniString; capabilities: z.ZodMiniArray>; id: z.ZodMiniString; organizationId: z.ZodMiniString; pairedAt: z.ZodMiniNullable>; pairedIdentity: z.ZodMiniNullable>; pairedUrl: z.ZodMiniNullable; revision: z.ZodMiniNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ source: z.ZodMiniLiteral<"getuserfeedback.preview">; type: z.ZodMiniLiteral<"preview.connection.pair.result">; requestId: z.ZodMiniString; ok: z.ZodMiniLiteral; error: z.ZodMiniObject<{ message: z.ZodMiniString; code: z.ZodMiniOptional>; }, z.core.$strip>; }, z.core.$strip>], "ok">; export type PreviewPairingHostRequest = z.output; export type PreviewPairingHostAck = z.output; export type PreviewPairingHostResult = z.output; export type PreviewConnectionHostContextUpdated = z.output; export type PreviewConnectionPairingStatusRequest = z.output; export type PreviewConnectionPairingStatusResult = z.output; export type PreviewConnectionUnpairRequest = z.output; export type PreviewConnectionUnpaired = z.output; //# sourceMappingURL=preview-pairing-transport.d.ts.map