import { HttpHandler } from '@solid/community-server'; export declare class RouterHttpRoute { readonly basePath: string; readonly handler: HttpHandler; constructor(basePath: string, handler: HttpHandler); }