export function createPrefixRegexp(servicePathPart: string): RegExp; export function createSiteMiddleware(servicePathPart: string): import('express').RequestHandler; export function reqSitePath(req: import('express').Request): string; export function reqSiteUrl(req: import('express').Request): string; //# sourceMappingURL=site.d.ts.map