/** DNS zone import */
export interface Import {
    /** Zone file that will be imported */
    zoneFile: string;
}
//# sourceMappingURL=Import.d.ts.map