export { AccountArgs, AccountState } from "./account"; export type Account = import("./account").Account; export declare const Account: typeof import("./account").Account; export { DatasetBlobStorageArgs, DatasetBlobStorageState } from "./datasetBlobStorage"; export type DatasetBlobStorage = import("./datasetBlobStorage").DatasetBlobStorage; export declare const DatasetBlobStorage: typeof import("./datasetBlobStorage").DatasetBlobStorage; export { DatasetDataLakeGen2Args, DatasetDataLakeGen2State } from "./datasetDataLakeGen2"; export type DatasetDataLakeGen2 = import("./datasetDataLakeGen2").DatasetDataLakeGen2; export declare const DatasetDataLakeGen2: typeof import("./datasetDataLakeGen2").DatasetDataLakeGen2; export { DatasetKustoClusterArgs, DatasetKustoClusterState } from "./datasetKustoCluster"; export type DatasetKustoCluster = import("./datasetKustoCluster").DatasetKustoCluster; export declare const DatasetKustoCluster: typeof import("./datasetKustoCluster").DatasetKustoCluster; export { DatasetKustoDatabaseArgs, DatasetKustoDatabaseState } from "./datasetKustoDatabase"; export type DatasetKustoDatabase = import("./datasetKustoDatabase").DatasetKustoDatabase; export declare const DatasetKustoDatabase: typeof import("./datasetKustoDatabase").DatasetKustoDatabase; export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount"; export declare const getAccount: typeof import("./getAccount").getAccount; export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput; export { GetDatasetBlobStorageArgs, GetDatasetBlobStorageResult, GetDatasetBlobStorageOutputArgs } from "./getDatasetBlobStorage"; export declare const getDatasetBlobStorage: typeof import("./getDatasetBlobStorage").getDatasetBlobStorage; export declare const getDatasetBlobStorageOutput: typeof import("./getDatasetBlobStorage").getDatasetBlobStorageOutput; export { GetDatasetDataLakeGen2Args, GetDatasetDataLakeGen2Result, GetDatasetDataLakeGen2OutputArgs } from "./getDatasetDataLakeGen2"; export declare const getDatasetDataLakeGen2: typeof import("./getDatasetDataLakeGen2").getDatasetDataLakeGen2; export declare const getDatasetDataLakeGen2Output: typeof import("./getDatasetDataLakeGen2").getDatasetDataLakeGen2Output; export { GetDatasetKustoClusterArgs, GetDatasetKustoClusterResult, GetDatasetKustoClusterOutputArgs } from "./getDatasetKustoCluster"; export declare const getDatasetKustoCluster: typeof import("./getDatasetKustoCluster").getDatasetKustoCluster; export declare const getDatasetKustoClusterOutput: typeof import("./getDatasetKustoCluster").getDatasetKustoClusterOutput; export { GetDatasetKustoDatabaseArgs, GetDatasetKustoDatabaseResult, GetDatasetKustoDatabaseOutputArgs } from "./getDatasetKustoDatabase"; export declare const getDatasetKustoDatabase: typeof import("./getDatasetKustoDatabase").getDatasetKustoDatabase; export declare const getDatasetKustoDatabaseOutput: typeof import("./getDatasetKustoDatabase").getDatasetKustoDatabaseOutput; export { GetShareArgs, GetShareResult, GetShareOutputArgs } from "./getShare"; export declare const getShare: typeof import("./getShare").getShare; export declare const getShareOutput: typeof import("./getShare").getShareOutput; export { ShareArgs, ShareState } from "./share"; export type Share = import("./share").Share; export declare const Share: typeof import("./share").Share;