import { TenantSecurityGroup } from './tenant.security.group'; export type TenantSecurityGroups = TenantSecurityGroup[]; export declare function LoadTenantSecurityGroups(current: TenantSecurityGroups, payload: any): TenantSecurityGroups;