import { CreateOpenAPIPageOptions, OpenAPIPageProps, createOpenAPIPage } from "./index.js"; //#region src/ui/create-client.d.ts /** @deprecated Use `CreateOpenAPIPageOptions` insteawd */ type CreateClientAPIPageOptions = CreateOpenAPIPageOptions; /** @deprecated Use `OpenAPIPageProps` instead */ type ClientApiPageProps = OpenAPIPageProps; /** @deprecated use `createOpenAPIPage()` from `fumadocs-openapi/ui` instead */ declare const createClientAPIPage: typeof createOpenAPIPage; //#endregion export { ClientApiPageProps, CreateClientAPIPageOptions, createClientAPIPage };