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