import { RequestHandler } from 'express'; import { PolyfillOptions } from 'polyfill-library'; declare function getRouter(opts?: Partial): RequestHandler; export declare const Polyfill: { getRouter: typeof getRouter; }; export {};