declare let warning: (_shouldBeTrue: boolean, _format: string, ..._args: string[]) => void;
export { warning };
export default warning;
