export declare const AssociationType: {
    /**
     * Association of Type Subnet
     */
    readonly Subnets: "subnets";
};
/**
 * Association Type
 */
export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType];
