export declare const STATUS: { ACTIVE: string; DELETED: string; DISABLED: string; INACTIVE: string; }; export declare const IS_DEBUG: boolean;