declare const warning: (flag: boolean, msg: string) => void;
declare const info: (flag: boolean, msg: string) => void;
export { warning, info };
