import * as $dara from '@darabonba/typescript'; export declare class ModifySignatureResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ004 */ requestId?: string; /** * @remarks * The ID of the key. * * @example * dd05f1c54d6749eda95f9fa6d491449a */ signatureId?: string; /** * @remarks * The name of the key. * * @example * backendsignature */ signatureName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }