import { MatchingLogic } from "../Matchers"; /** * Flatten this match, pulling up its only property with the name given to * this matcher. * @param o matcher * @return {FlatteningMatcher} */ export declare function flatten(o: any): MatchingLogic;