export declare const getDirPath: (relPath?: string) => string;
export declare const getCwdPath: (relPath?: string) => string;
export declare const loggerTiming: (str?: string, start?: boolean) => void;
export declare const loggerInfo: (str?: string) => void;
export declare const loggerWarring: (str?: string) => void;
export declare const loggerSuccess: (str?: string) => void;
export declare const loggerError: (str?: string) => void;
export declare const loggerUnderline: (str?: string) => string;
export declare const cpSync: (source: string, destination: string) => void;
