import { IComGithubCiliumCiliumPkgPolicyApiAWSGroup } from "./AWSGroup.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * Groups structure to store all kinds of new integrations that needs a new * derivative policy. */ export interface IGroups { "aws"?: IComGithubCiliumCiliumPkgPolicyApiAWSGroup; } /** * Groups structure to store all kinds of new integrations that needs a new * derivative policy. */ export declare class Groups extends Model implements IGroups { "aws"?: IComGithubCiliumCiliumPkgPolicyApiAWSGroup; constructor(data?: ModelData); } export type { IGroups as IComGithubCiliumCiliumPkgPolicyApiGroups, Groups as ComGithubCiliumCiliumPkgPolicyApiGroups };