import type { FastifyInstance } from "fastify"; declare module "fastify" { interface FastifyRequest { fullUrl(): string; } } export declare const StarscreamURLData: (server: FastifyInstance) => Promise;