export default explore;
declare function explore({ shape, find }: {
    shape: any;
    find: any;
}): any[];
