export declare const log: {
    error: (msg: string) => void;
    warn: (msg: string) => void;
    success: (msg: string) => void;
};
