export { GetHAGroupArgs, GetHAGroupResult, GetHAGroupOutputArgs } from "./getHAGroup";
export declare const getHAGroup: typeof import("./getHAGroup").getHAGroup;
export declare const getHAGroupOutput: typeof import("./getHAGroup").getHAGroupOutput;
export { GetHAGroupsResult } from "./getHAGroups";
export declare const getHAGroups: typeof import("./getHAGroups").getHAGroups;
export declare const getHAGroupsOutput: typeof import("./getHAGroups").getHAGroupsOutput;
export { GetHAResourceArgs, GetHAResourceResult, GetHAResourceOutputArgs } from "./getHAResource";
export declare const getHAResource: typeof import("./getHAResource").getHAResource;
export declare const getHAResourceOutput: typeof import("./getHAResource").getHAResourceOutput;
export { GetHAResourcesArgs, GetHAResourcesResult, GetHAResourcesOutputArgs } from "./getHAResources";
export declare const getHAResources: typeof import("./getHAResources").getHAResources;
export declare const getHAResourcesOutput: typeof import("./getHAResources").getHAResourcesOutput;
export { HAGroupArgs, HAGroupState } from "./hagroup";
export type HAGroup = import("./hagroup").HAGroup;
export declare const HAGroup: typeof import("./hagroup").HAGroup;
export { HAResourceArgs, HAResourceState } from "./haresource";
export type HAResource = import("./haresource").HAResource;
export declare const HAResource: typeof import("./haresource").HAResource;
