export declare const aliases: { c: string; h: string; v: string; }; export declare const parseCliArguments: (args: string[]) => any;