import { RequestContext } from "./requestContext"; export declare const config: { screen: number; counter: number; services: any[]; screens: any[]; }; export declare function metadataOf(target: any): any; export declare function metadata(target: any, value: any): void; export declare function fillQueries(pathname: string, search: string, context: RequestContext): void;