export declare const isEmpty: (value: any) => boolean; export declare const isNotEmpty: (value: any) => boolean; export declare const defineValue: (value: any, defaultValue?: any) => any; export declare const ask: (question: string) => Promise; export declare const isCommandExists: (command: string) => boolean; export declare const isModuleExists: (module: string) => boolean;