type LogType = "INFO" | "ERROR" | "WARN" | "SUCCESS";
export declare const Log: (message: string, type?: LogType) => void;
export {};
