import { Application } from 'express';
export declare function serveStaticDir(app: Application, staticPath: string, publicUrl: string): void;
