export { DSRecordsArgs, DSRecordsState } from "./dsrecords"; export type DSRecords = import("./dsrecords").DSRecords; export declare const DSRecords: typeof import("./dsrecords").DSRecords; export { DynhostLoginArgs, DynhostLoginState } from "./dynhostLogin"; export type DynhostLogin = import("./dynhostLogin").DynhostLogin; export declare const DynhostLogin: typeof import("./dynhostLogin").DynhostLogin; export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone"; export declare const getZone: typeof import("./getZone").getZone; export declare const getZoneOutput: typeof import("./getZone").getZoneOutput; export { GetZoneDNSSecArgs, GetZoneDNSSecResult, GetZoneDNSSecOutputArgs } from "./getZoneDNSSec"; export declare const getZoneDNSSec: typeof import("./getZoneDNSSec").getZoneDNSSec; export declare const getZoneDNSSecOutput: typeof import("./getZoneDNSSec").getZoneDNSSecOutput; export { NameArgs, NameState } from "./name"; export type Name = import("./name").Name; export declare const Name: typeof import("./name").Name; export { NameServersArgs, NameServersState } from "./nameServers"; export type NameServers = import("./nameServers").NameServers; export declare const NameServers: typeof import("./nameServers").NameServers; export { ZoneArgs, ZoneState } from "./zone"; export type Zone = import("./zone").Zone; export declare const Zone: typeof import("./zone").Zone; export { ZoneDNSSecArgs, ZoneDNSSecState } from "./zoneDNSSec"; export type ZoneDNSSec = import("./zoneDNSSec").ZoneDNSSec; export declare const ZoneDNSSec: typeof import("./zoneDNSSec").ZoneDNSSec; export { ZoneImportArgs, ZoneImportState } from "./zoneImport"; export type ZoneImport = import("./zoneImport").ZoneImport; export declare const ZoneImport: typeof import("./zoneImport").ZoneImport; export { ZoneRecordArgs, ZoneRecordState } from "./zoneRecord"; export type ZoneRecord = import("./zoneRecord").ZoneRecord; export declare const ZoneRecord: typeof import("./zoneRecord").ZoneRecord; export { ZoneRedirectionArgs, ZoneRedirectionState } from "./zoneRedirection"; export type ZoneRedirection = import("./zoneRedirection").ZoneRedirection; export declare const ZoneRedirection: typeof import("./zoneRedirection").ZoneRedirection;