/** * Used to print values in error messages. */ export declare function inspect(value: any): string;