export default function getInterceptors({ brush, getConfig }: { brush: any; getConfig: any; }): { interceptor: (added: any) => any; rangeInterceptor: (a: any) => any; };