import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TransactionStateDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get idRef(): string;
    set idRef(a: string);
    private l;
    get transactionType(): string;
    set transactionType(a: string);
    private m;
    get valueRef(): string;
    set valueRef(a: string);
    private n;
    get versionRef(): string;
    set versionRef(a: string);
}
