import { Match } from './types'; /** * Combine a list of matches into one. * @param matches :: [Match a b] * @returns :: Match a b */ export declare function oneOf(matches: ReadonlyArray>): Match; //# sourceMappingURL=oneOf.d.ts.map