type TCapabilitiesStatus = 'active' | 'inactive' | 'pending';
export { TCapabilitiesStatus as default };
