export declare function staticHandler(baseDir: string, pathPrefix?: string): (requestedPath: string) => string | undefined;
