export declare function read_dashboard_asset(pathname: string): Buffer | undefined; export declare function content_type(pathname: string): string; export declare function read_dashboard_font(pathname: string): Buffer | undefined; export declare function render_dashboard(db_path: string): string;