export { VirtualMachine, VM, type VMOptions } from './virtual-machine';
export { FunctionApp, Functions, type FunctionOptions } from './functions';
export { ContainerInstance, ACI, type ContainerOptions, } from './container-instance';
export { KubernetesService, AKS, type AKSOptions } from './kubernetes';
//# sourceMappingURL=index.d.ts.map