export declare const SUBADMIN_PATTERN: {
    fetchSubAdmins: string;
    exportUsersForGetStream: string;
    handleDailyExport: string;
    fetchDeletedSubAdmins: string;
    fetchSubAdminDropdown: string;
    findSubAdminById: string;
    createSubAdmin: string;
    updateSubAdminAccountStatus: string;
    updateSubAdmin: string;
    deleteSubAdmin: string;
    fetchSubAdminCount: string;
};
