import { Capture } from "./Capture";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class Group extends Capture {
    static $t: Type;
    private readonly h;
    constructor(a: boolean, b: number, c: number, d: string);
    get i(): boolean;
}
