import type { ServiceInterfaceId } from './ServiceInterfaceId'; export type ClearServiceInterfacesParams = { except: Array; };