import { flashFactory } from './flash'; declare module 'fastify' { interface FastifyRequest { flash: ReturnType['request']; } interface FastifyReply { flash: ReturnType['reply']; } } declare const _default: import("fastify").FastifyPluginCallback<{ core?: string; }, import("fastify").RawServerDefault, import("fastify").FastifyTypeProviderDefault, import("fastify").FastifyBaseLogger>; export = _default;