import { Filter, Lang, Method } from './structures/Filter';

const filter = new Filter();
export { filter as Automod, Lang, Method };
