import { MatchEstimated, MatchExtended } from '../../types'; declare const _default: ({ graph, token, shiftedCount, turns, }: MatchExtended | MatchEstimated) => number; export default _default;