import { Ancestors } from './Ancestors';
declare const dispel: (value: any, path?: string, ancestors?: Ancestors) => any;
export { dispel };
