/** * A helper method to warn to the console with New Relic: decoration * @param {string} message The primary message to warn * @param {*} [secondary] Secondary data to include, usually an error or object * @returns */ export function warn(code: any, secondary?: any): void; //# sourceMappingURL=console.d.ts.map