/** * display a deprecation warning in the console * @param {string} deprecated - deprecated class,function or property name * @param {string} replacement - the replacement class, function, or property name * @param {string} version - the version since when the lass,function or property is deprecated */ export function warning(deprecated: string, replacement: string, version: string): void; //# sourceMappingURL=console.d.ts.map