import type { ParjsCombinator } from "../parjser"; import type { ImplicitParjser } from "../wrap-implicit"; import type { getParsedType } from "../util-types"; export declare function or[]>(...alts: Opts): ParjsCombinator>; //# sourceMappingURL=or.d.ts.map