export { ApiConnectionArgs, ApiConnectionState } from "./apiConnection"; export type ApiConnection = import("./apiConnection").ApiConnection; export declare const ApiConnection: typeof import("./apiConnection").ApiConnection; export { GetApiConnectionArgs, GetApiConnectionResult, GetApiConnectionOutputArgs } from "./getApiConnection"; export declare const getApiConnection: typeof import("./getApiConnection").getApiConnection; export declare const getApiConnectionOutput: typeof import("./getApiConnection").getApiConnectionOutput; export { GetManagedApiArgs, GetManagedApiResult, GetManagedApiOutputArgs } from "./getManagedApi"; export declare const getManagedApi: typeof import("./getManagedApi").getManagedApi; export declare const getManagedApiOutput: typeof import("./getManagedApi").getManagedApiOutput;