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