import { Base, Type } from "./type";
import { DescriptionPath } from "./DescriptionPath";
/**
 * @hidden
 */
export declare class DescriptionPathParser extends Base {
    static $t: Type;
    parse(a: string): DescriptionPath;
    private d;
    private a;
    private b;
}
