import * as $dara from '@darabonba/typescript'; export declare class CreateCompanyResponseBody extends $dara.Model { /** * @remarks * The company ID. * * @example * 51001 */ companyId?: number; /** * @remarks * The request ID. * * @example * 838603C0-72A1-5070-A2E6-16E43861DB71 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }