import { Repeat } from "../../patterns/Repeat";
import { And } from "../../patterns/And";
export declare const pattern: And;
export declare const andLiteral: Repeat;
