import { Map, List } from "immutable";
import { Settings } from "./settings";
export declare function render_user(opts: {
    res: any;
    account_id: string;
    name: string;
    public_paths: Map<string, any>;
    paths_order: List<string>;
    settings: Settings;
}): void;
