export { AddonArgs, AddonState } from "./addon"; export type Addon = import("./addon").Addon; export declare const Addon: typeof import("./addon").Addon; export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { DefaultNodePoolArgs, DefaultNodePoolState } from "./defaultNodePool"; export type DefaultNodePool = import("./defaultNodePool").DefaultNodePool; export declare const DefaultNodePool: typeof import("./defaultNodePool").DefaultNodePool; export { GetAddonArgs, GetAddonResult, GetAddonOutputArgs } from "./getAddon"; export declare const getAddon: typeof import("./getAddon").getAddon; export declare const getAddonOutput: typeof import("./getAddon").getAddonOutput; export { GetAddonsResult } from "./getAddons"; export declare const getAddons: typeof import("./getAddons").getAddons; export declare const getAddonsOutput: typeof import("./getAddons").getAddonsOutput; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput; export { GetClustersResult } from "./getClusters"; export declare const getClusters: typeof import("./getClusters").getClusters; export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput; export { GetDefaultNodePoolArgs, GetDefaultNodePoolResult, GetDefaultNodePoolOutputArgs } from "./getDefaultNodePool"; export declare const getDefaultNodePool: typeof import("./getDefaultNodePool").getDefaultNodePool; export declare const getDefaultNodePoolOutput: typeof import("./getDefaultNodePool").getDefaultNodePoolOutput; export { GetDefaultNodePoolsResult } from "./getDefaultNodePools"; export declare const getDefaultNodePools: typeof import("./getDefaultNodePools").getDefaultNodePools; export declare const getDefaultNodePoolsOutput: typeof import("./getDefaultNodePools").getDefaultNodePoolsOutput; export { GetKubeconfigArgs, GetKubeconfigResult, GetKubeconfigOutputArgs } from "./getKubeconfig"; export declare const getKubeconfig: typeof import("./getKubeconfig").getKubeconfig; export declare const getKubeconfigOutput: typeof import("./getKubeconfig").getKubeconfigOutput; export { GetKubeconfigsResult } from "./getKubeconfigs"; export declare const getKubeconfigs: typeof import("./getKubeconfigs").getKubeconfigs; export declare const getKubeconfigsOutput: typeof import("./getKubeconfigs").getKubeconfigsOutput; export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode"; export declare const getNode: typeof import("./getNode").getNode; export declare const getNodeOutput: typeof import("./getNode").getNodeOutput; export { GetNodePoolArgs, GetNodePoolResult, GetNodePoolOutputArgs } from "./getNodePool"; export declare const getNodePool: typeof import("./getNodePool").getNodePool; export declare const getNodePoolOutput: typeof import("./getNodePool").getNodePoolOutput; export { GetNodePoolsResult } from "./getNodePools"; export declare const getNodePools: typeof import("./getNodePools").getNodePools; export declare const getNodePoolsOutput: typeof import("./getNodePools").getNodePoolsOutput; export { GetNodesResult } from "./getNodes"; export declare const getNodes: typeof import("./getNodes").getNodes; export declare const getNodesOutput: typeof import("./getNodes").getNodesOutput; export { GetPermissionArgs, GetPermissionResult, GetPermissionOutputArgs } from "./getPermission"; export declare const getPermission: typeof import("./getPermission").getPermission; export declare const getPermissionOutput: typeof import("./getPermission").getPermissionOutput; export { GetPermissionsResult } from "./getPermissions"; export declare const getPermissions: typeof import("./getPermissions").getPermissions; export declare const getPermissionsOutput: typeof import("./getPermissions").getPermissionsOutput; export { KubeconfigArgs, KubeconfigState } from "./kubeconfig"; export type Kubeconfig = import("./kubeconfig").Kubeconfig; export declare const Kubeconfig: typeof import("./kubeconfig").Kubeconfig; export { NodeArgs, NodeState } from "./node"; export type Node = import("./node").Node; export declare const Node: typeof import("./node").Node; export { NodePoolArgs, NodePoolState } from "./nodePool"; export type NodePool = import("./nodePool").NodePool; export declare const NodePool: typeof import("./nodePool").NodePool; export { PermissionArgs, PermissionState } from "./permission"; export type Permission = import("./permission").Permission; export declare const Permission: typeof import("./permission").Permission;