import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class Description extends Base {
    static $t: Type;
    private b;
    protected e(a: string): void;
    a(a: string): boolean;
    private c;
    get name(): string;
    set name(a: string);
}
