/**
 * NodeJS inspection mixin
 *
 * @remarks
 * Reference:
 * https://nodejs.org/api/util.html#util_custom_inspection_functions_on_objects
 *
 * @internal
 */
export declare const __inspectable: (clazz: any) => any;
//# sourceMappingURL=inspect.d.ts.map