import type { Constructor, IInspectableOptions } from './types'; export declare const inspectable: (klass: Constructor, { serialize, stringify, }?: IInspectableOptions) => void;