export declare function printValue(value: any): string;
export declare function printComparison(actualInfo: unknown, expectedInfo: unknown): string;
