import { PatchSchemaBody } from '../types/patchSchemaBody.generated.js'; import { SupabaseClient } from '@supabase/supabase-js'; export type PatchApiSchemasSchemaIdArgs = { schemaId: string; supabase: SupabaseClient; body: PatchSchemaBody; }; export declare const patchApiSchemasSchemaId: ({ schemaId, supabase, body, }: PatchApiSchemasSchemaIdArgs) => Promise<{ id: string; name: string; slug: string; openapiVersion: "3.0" | "3.1" | "2.0"; typespecSchemaId: string | null; public: boolean; format: "json" | "yaml"; sourceUrl: string | null; createdAt: string; iconKey?: string | null | undefined; }>; //# sourceMappingURL=patchApiSchemasSchemaId.generated.d.ts.map