import { type Router } from 'vue-router'; import { type ApiClient, type CreateApiClientParams } from '../../libs/index.js'; /** * Initialize Scalar API Client Modal Sync * * This sync method does not include the spec, just sets up an empty workspace */ export declare const createApiClientModal: ({ el, configuration, mountOnInitialize, store, }: Partial>) => { client: ApiClient; router: Router; }; //# sourceMappingURL=create-api-client-modal.d.ts.map