import { IHandler } from './interface'; /** * This is currently experimental while I decide on how I want to restructure the main code to make it easier to follow. * There will need to be handlers for each process of the "clean" as well as these custom cases for sites that mix it up. * If you would like to help or give your thoughts feel free to open an issue on GitHub. */ export declare const handlers: { [key: string]: IHandler; };