import { Configuration } from "./types";
declare const customRules: (configuration: Configuration) => Promise<void>;
export default customRules;
