import type { IKAPluginOptions } from './types.ts'; import type { FastifyPluginAsync } from 'fastify'; declare const plugin: FastifyPluginAsync; export default plugin; export type { IKAPluginOptions };