/** * @export * @class Warning */ export declare class Warning { /** * @private * @type {Logger} * @memberof Warning */ private readonly logger; /** * @static * @param {string} message * @memberof Warning */ render(message: string): void; } //# sourceMappingURL=warning.d.ts.map