import express from 'express';
export declare function getStaticPath(relPath: string): string;
export declare function serveStaticDir(app: express.Application, staticPath: string, publicUrl: string): void;
