import { MatchEstimated } from '../../types'; declare const _default: (match: MatchEstimated, isSoleMatch?: boolean) => { warning: string | null; suggestions: string[]; }; export default _default;