import { IncompatibleTypeDiff } from '../../diffs/IncompatibleTypeDiff'; declare const prettyPrintIncompatibleTypeDiff: (incompatibleTypeDiff: IncompatibleTypeDiff, depth?: number) => string; export { prettyPrintIncompatibleTypeDiff };