d4b85c0
1
2
3
4
5
/** * Used to print values in error messages. */ export declare function inspect(value: unknown): string;