export declare class Logger { private static readonly arrowSymbol; static task(message: string, details?: string): void; static success(message: string): void; static warn(message: string): void; static error(message: string): void; static title(message: string): void; static empty(): void; }