/** DNS zone history */
export interface ZoneRestorePoint {
    /** The date of backup creation */
    creationDate: string;
    /** The URL of the saved zone at this date */
    zoneFileUrl: string;
}
//# sourceMappingURL=ZoneRestorePoint.d.ts.map