/** Account's state */
export declare enum StateEnum {
    'off' = "off",
    'rw' = "rw"
}
//# sourceMappingURL=StateEnum.d.ts.map