declare const log: {
    info: (message: string) => void;
    error: (message: string) => void;
};
export default log;
