import { C as ClientInterface } from './types-5bc2432f.js'; import 'axios'; import '@design-sdk/figma-remote-types'; declare const Client: ({ paths, baseURL, }: { paths: { files: string; images: string; }; /** * If you are running local server to serve local files, you can pass the base url of the server here. response from this client will resolve the resource url with this base url. */ baseURL?: string | undefined; }) => ClientInterface; export { Client };