import { InternalWalker, TwoSubpatterns } from "./base"; /** * A pattern for ````. */ export declare class Group extends TwoSubpatterns { protected _computeHasEmptyPattern(): boolean; newWalker(): InternalWalker; }