/** * CLI symbol for start state. */ export declare const start: string; /** * CLI symbol for progress state. */ export declare const progress: string; /** * CLI symbol for success state. */ export declare const success: string; /** * CLI symbol for error state. */ export declare const error: string; /** * CLI symbol for warning state. */ export declare const warning: string;