export declare const printInfo: (msg: any) => void; export declare const printError: (msg: any) => void; export declare const printSuccess: (msg: any) => void; export declare const printWarn: (msg: any) => void; export declare function isDirectory(dirPathName: any): Promise; export declare const localIP: string; export declare function alertSuccess(message: string): void;