import * as $dara from '@darabonba/typescript'; export declare class QueryDigitalSignByNameResponseBody extends $dara.Model { accessDeniedDetail?: string; /** * @example * OK */ code?: string; data?: { [key: string]: any; }; /** * @example * OK */ message?: string; /** * @example * F655A8D5-B967-440B-8683-DAD6FF8DE990 */ requestId?: string; /** * @example * false */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }