import { FastifyContext } from "apollo-server-fastify";
export declare const getWebParams: (req: FastifyContext["request"]) => {
    url: any;
    customHeaders: any;
    mobile: any;
    pageInsights: any;
    ua: any;
    standard: any;
    actions: any;
    robots: any;
    subdomains: any;
    tld: any;
    ignore: any;
    sitemap: any;
    monitoringEnabled: any;
};
