import type { TKACrudOptions } from '../types.js'; import type { FastifyPluginAsync } from 'fastify'; declare const crud: FastifyPluginAsync; export default crud;