import { Key } from './Key';
/** Payload used to update the DNSSEC keys of a domain name */
export interface UpdatePayload {
    /** New Keys */
    keys: Key[];
}
//# sourceMappingURL=UpdatePayload.d.ts.map