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