import { OccStateEnum } from "./occ-state.enum";
export declare class OccInfo {
    state: OccStateEnum;
}
