import type { FastifyPluginCallback } from 'fastify'; import { type Options } from './schemas/index.js'; export { options as plugin_options } from './schemas/index.js'; export type { Options as PluginOptions } from './schemas/index.js'; declare const _default: FastifyPluginCallback; export default _default; //# sourceMappingURL=index.d.ts.map