export declare const logger: { info: (message: string) => void; success: (message: string) => void; warning: (message: string) => void; error: (message: string) => void; step: (step: number, total: number, message: string) => void; title: (message: string) => void; newline: () => void; plain: (message: string) => void; dim: (message: string) => void; highlight: (label: string, value: string) => void; formatCheck: (value: boolean) => string; }; //# sourceMappingURL=logger.d.ts.map