import { FoxpageRequestOptions } from '@foxpage/foxpage-types'; /** * request handler * @returns html */ export declare const routerHandler: () => (opt: FoxpageRequestOptions) => Promise & { has?: ((key: string) => boolean) | undefined; }; contextValue: import("@foxpage/foxpage-types").Context; } | null | undefined>;