import ProcessoScrapper from "./scrappers/ProcessoScrapper";
import NotProcessoHomepageException from "./exceptions/NotProcessoHomepageException";
declare function identifyCorrectScrapper(doc: Document): typeof ProcessoScrapper;
declare const _default: {
    identifyCorrectScrapper: typeof identifyCorrectScrapper;
    NotProcessoHomepageException: typeof NotProcessoHomepageException;
};
export default _default;
export { identifyCorrectScrapper, NotProcessoHomepageException };
