export declare function render_static_path(opts: {
    req: any;
    res: any;
    dir: string;
    path: string;
}): void;
