import type { IParser } from './rule'; interface IMaybe { (parser: IParser): IParser; } export declare const maybe: IMaybe; export {}; //# sourceMappingURL=maybe.d.ts.map