import { z } from 'zod'; export declare namespace GetSynapseConfigCommand { const url: "/api/public/synapse"; const TSQ_url: "/api/public/synapse"; const endpointDetails: import("../../constants").EndpointDetails; const ResponseSchema: z.ZodObject<{ response: z.ZodObject; title: z.ZodNullable; createdAt: z.ZodEffects; updatedAt: z.ZodEffects; }, "logoUrl" | "title">, "strip", z.ZodTypeAny, { logoUrl: string | null; title: string | null; }, { logoUrl: string | null; title: string | null; }>; }, "strip", z.ZodTypeAny, { response: { logoUrl: string | null; title: string | null; }; }, { response: { logoUrl: string | null; title: string | null; }; }>; type Response = z.infer; } //# sourceMappingURL=get-synapse-config.command.d.ts.map