export declare const getIsCli: () => boolean; export declare const setIsCli: (cli: boolean) => void;