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