import * as z from "zod/mini"; export declare const previewConnectionPairRequestSchema: z.ZodMiniObject<{ capabilities: z.ZodMiniArray>; expectedRevision: z.ZodMiniNumber; pairedAppApiKey: z.ZodMiniOptional>; pairedIdentity: z.ZodMiniString; pairedUrl: z.ZodMiniNullable; }, z.core.$strip>; export declare const previewConnectionPairResponseSchema: 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>; export type PreviewConnectionPairRequest = z.output; export type PreviewConnectionPairResponse = z.output; //# sourceMappingURL=preview-connection.d.ts.map