export * from "./provider";
import * as config from "./config";
import * as domains from "./domains";
import * as email from "./email";
import * as livedns from "./livedns";
import * as simplehosting from "./simplehosting";
import * as types from "./types";
export { config, domains, email, livedns, simplehosting, types, };
