import type { Application } from 'express';
export declare function handleStaticHtml(app: Application, reqPath: string, url: string, template?: string): Promise<any>;
export declare function initStaticDistPages(app: Application): Promise<void>;
//# sourceMappingURL=static.d.ts.map