import Options from '../Options'; import { MatchEstimated, MatchExtended } from '../types'; declare const _default: (options: Options, match: MatchExtended | MatchEstimated, password: string) => MatchEstimated; export default _default;