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 f;
    get idRef(): string;
    set idRef(a: string);
    private g;
    get transactionType(): string;
    set transactionType(a: string);
    private h;
    get valueRef(): string;
    set valueRef(a: string);
    private i;
    get versionRef(): string;
    set versionRef(a: string);
}
