import { Application } from 'express'; export declare function applyStaticRouting(uriPathPrefix: string, cachableFiles: string[], application: Application): void;