export { GetSubnetGroupArgs, GetSubnetGroupResult, GetSubnetGroupOutputArgs } from "./getSubnetGroup";
export declare const getSubnetGroup: typeof import("./getSubnetGroup").getSubnetGroup;
export declare const getSubnetGroupOutput: typeof import("./getSubnetGroup").getSubnetGroupOutput;
export { SubnetGroupArgs } from "./subnetGroup";
export type SubnetGroup = import("./subnetGroup").SubnetGroup;
export declare const SubnetGroup: typeof import("./subnetGroup").SubnetGroup;
