export declare const adminStatusInactive: {
    adminStatusId: string;
    description: string;
    name: string;
};
