export declare const Formatters: {
    readonly LIST: "list";
    readonly TREE: "tree";
};
export declare const AVAILABLE_FORMATTERS: ("list" | "tree")[];
