export { CaseArgs } from "./case"; export type Case = import("./case").Case; export declare const Case: typeof import("./case").Case; export { GetCaseArgs, GetCaseResult, GetCaseOutputArgs } from "./getCase"; export declare const getCase: typeof import("./getCase").getCase; export declare const getCaseOutput: typeof import("./getCase").getCaseOutput; export * from "../../types/enums/cloudsupport/v2";