import * as $dara from '@darabonba/typescript'; export declare class DescribeZonesRequest extends $dara.Model { /** * @remarks * The language in which you want to use to return the description of the system policy. Valid values: * * * en: English * * zh-CN: Chinese * * ja: Japanese * * @example * zh */ language?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }