import { Matcher, Options } from '@zxcvbn-ts/core';
import haveIBeenPwned from './haveIBeenPwned';
import { FetchApi, MatcherPwnedFactoryConfig } from './types';
export declare const matcherPwnedFactory: (universalFetch: FetchApi, options: Options, config?: MatcherPwnedFactoryConfig) => Matcher;
export { haveIBeenPwned };
