import * as $dara from '@darabonba/typescript'; export declare class DeleteSignatureRequest extends $dara.Model { securityToken?: string; /** * @remarks * The ID of the key to be deleted. * * This parameter is required. * * @example * dd05f1c54d6749eda95f9fa6d491449a */ signatureId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }