import { GraphweaverPlugin } from '@exogee/graphweaver'; type NextFunction = () => Promise; export declare const onRequestWrapper: (plugins: Set>, next: NextFunction) => Promise; export {};