import type { GetConnectionResponse } from "@zapier/zapier-sdk-core/v0/schemas/connections"; import { z } from "zod"; export declare const GetConnectionParamSchema: z.ZodObject<{ connection: z.ZodOptional>; connectionId: z.ZodOptional>; authenticationId: z.ZodOptional>; }, z.core.$strip>; export type GetConnectionParam = z.infer; export interface GetConnectionSdkFunction { getConnection: (options: GetConnectionParam) => Promise; } //# sourceMappingURL=schemas.d.ts.map