declare const warning: (condition: any, format?: string, ...extra: any[]) => void;
export = warning;
