/** * API Client — re-exported from @frase/core */ export { FraseApiClient, FraseApiError } from "@frase/core"; export type { PaginatedResponse, ApiResponse } from "@frase/core"; //# sourceMappingURL=api-client.d.ts.map