/** * a test input object. * Mostly so toJSON() can truncate long strings. */ export class WithTruncatedStrings { /** * @param {object} entries */ constructor(entries: object); toJSON(): object; #private; } //# sourceMappingURL=object.d.ts.map