/** DNS zone option */
export interface Option {
    /** The option name */
    name: string;
}
//# sourceMappingURL=Option.d.ts.map