export { AclArgs, AclState } from "./acl"; export type Acl = import("./acl").Acl; export declare const Acl: typeof import("./acl").Acl; export { AcmeAccountArgs, AcmeAccountState } from "./acmeAccount"; export type AcmeAccount = import("./acmeAccount").AcmeAccount; export declare const AcmeAccount: typeof import("./acmeAccount").AcmeAccount; export { AcmeDnsPluginArgs, AcmeDnsPluginState } from "./acmeDnsPlugin"; export type AcmeDnsPlugin = import("./acmeDnsPlugin").AcmeDnsPlugin; export declare const AcmeDnsPlugin: typeof import("./acmeDnsPlugin").AcmeDnsPlugin; export { CertifiArgs, CertifiState } from "./certifi"; export type Certifi = import("./certifi").Certifi; export declare const Certifi: typeof import("./certifi").Certifi; export { DNSArgs, DNSState } from "./dns"; export type DNS = import("./dns").DNS; export declare const DNS: typeof import("./dns").DNS; export { GetContainerArgs, GetContainerResult, GetContainerOutputArgs } from "./getContainer"; export declare const getContainer: typeof import("./getContainer").getContainer; export declare const getContainerOutput: typeof import("./getContainer").getContainerOutput; export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode"; export declare const getNode: typeof import("./getNode").getNode; export declare const getNodeOutput: typeof import("./getNode").getNodeOutput; export { GetVm2Args, GetVm2Result, GetVm2OutputArgs } from "./getVm2"; export declare const getVm2: typeof import("./getVm2").getVm2; export declare const getVm2Output: typeof import("./getVm2").getVm2Output; export { HostsArgs, HostsState } from "./hosts"; export type Hosts = import("./hosts").Hosts; export declare const Hosts: typeof import("./hosts").Hosts; export * from "./provider"; export { TimeArgs, TimeState } from "./time"; export type Time = import("./time").Time; export declare const Time: typeof import("./time").Time; import * as acme from "./acme"; import * as apt from "./apt"; import * as cluster from "./cluster"; import * as config from "./config"; import * as ct from "./ct"; import * as download from "./download"; import * as ha from "./ha"; import * as hardware from "./hardware"; import * as metrics from "./metrics"; import * as network from "./network"; import * as permission from "./permission"; import * as storage from "./storage"; import * as types from "./types"; import * as user from "./user"; import * as vm from "./vm"; export { acme, apt, cluster, config, ct, download, ha, hardware, metrics, network, permission, storage, types, user, vm, };