import * as $dara from '@darabonba/typescript'; export declare class SignResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 1ed33293-2e48-6b14-861e-538e28e408eb */ requestId?: string; /** * @remarks * The Base64-encoded signature. * * @example * eyaC0w3ROK5b3QcHmUtAhMY/sQjKu2t3uBfnf6J/gn7JfZtyxwcCUjzXbw5jmqJQRbj1te670Bshg9kUdanKhtHFhJjU5jX+ZMMBr6pH0gqQDJxR0K0yHXRc0Q5OQoUZ6BfpbI4Wt4jJvJSdCstz1vSg12CfEHS8Kd5qfhItK7Y= */ signature?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }