export { CanaryArgs } from "./canary"; export type Canary = import("./canary").Canary; export declare const Canary: typeof import("./canary").Canary; export { GetCanaryArgs, GetCanaryResult, GetCanaryOutputArgs } from "./getCanary"; export declare const getCanary: typeof import("./getCanary").getCanary; export declare const getCanaryOutput: typeof import("./getCanary").getCanaryOutput; 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; export * from "../types/enums/synthetics";