export declare type ActivityStatus = 'ACTIVE' | 'INACTIVE';
