import { type APIV1Db, type APIV1Read, type APIV1Write, FdrAPI } from "../../client"; import type { SDKSnippetHolder } from "./snippets/SDKSnippetHolder"; export declare function convertAPIDefinitionToDb(writeShape: APIV1Write.ApiDefinition, id: FdrAPI.ApiDefinitionId, snippets: SDKSnippetHolder): APIV1Db.DbApiDefinition; export declare function transformExampleEndpointCall({ writeShape, endpointDefinition, snippets }: { writeShape: APIV1Write.ExampleEndpointCall; endpointDefinition: APIV1Write.EndpointDefinition; snippets: SDKSnippetHolder; }): APIV1Read.ExampleEndpointCall; //# sourceMappingURL=convertAPIDefinitionToDb.d.ts.map