declare const warn: (message: string) => void;
declare const warning: (condition: any, format: string, ...args: Array<any>) => void;
export { warn, warning };
//# sourceMappingURL=warning.d.ts.map