export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup"; export declare const getGroup: typeof import("./getGroup").getGroup; export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput; export { GroupArgs } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group;