export declare const log: { info: (msg: string) => void; success: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; step: (msg: string) => void; dim: (msg: string) => void; header: (msg: string) => void; table: (label: string, value: string, ok: boolean) => void; }; //# sourceMappingURL=logger.d.ts.map