export declare const info: (msg: string) => void; export declare const ok: (msg: string) => void; export declare const warn: (msg: string) => void; export declare const err: (msg: string) => void; export declare const step: (msg: string) => void; export declare const banner: () => void; export declare const dim: (msg: string) => string; export declare const bold: (msg: string) => string; export declare const cyan: (msg: string) => string;