import type { Request } from 'express'; export declare function getGraphqlQueryAndVariables(req: Request): Pick;