export declare const NAME = "babcli"; export declare const FLAGS: { CUSTOM: string; CONF: string; }; export declare const COMMANDS: { CONFIG: string; }; export declare const SETTINGS: { CUSTOM: string; INITIAL: string; };