import { CreateOpenAPIPageOptions } from "../ui/index.js"; //#region src/scalar/index.d.ts /** * Enable Scalar for API playgrounds by wrapping your options inside. * * Requires `@scalar/api-client-react` to be installed, it imports the styles automatically. */ declare function withScalar(options?: CreateOpenAPIPageOptions): CreateOpenAPIPageOptions; //#endregion export { withScalar };