export declare const STATE_ACTIVE = true;
export declare const STATE_INACTIVE = false;
export declare const DEFAULT_STATE = true;
