import { RouteHandlerMethod, FastifyPluginAsync, FastifyRequest } from "fastify"; import { HandlerFn, HandlerResponse, ContentWithType, HandlerParameters, ParamSet } from "../type-mapper/type-mappers"; import { Service } from "../type-mapper/service"; declare type UnknownHandlerFn = HandlerFn, ContentWithType, HandlerResponse>; export declare const adoptHandlerFn: (handler: UnknownHandlerFn, contextDecoratorName: "myHandlerContext") => RouteHandlerMethod; export declare const createFastifyPlugin: (service: Service) => FastifyPluginAsync; export {}; //# sourceMappingURL=fastify-plugin.d.ts.map