import { ServiceName } from './service.name'; export type TenantSecurityGroupServices = ServiceName[]; export declare function LoadTenantSecurityGroupServices(current: TenantSecurityGroupServices, payload: any): TenantSecurityGroupServices;