import * as $dara from '@darabonba/typescript'; export declare class RemoveApiProductsAuthoritiesRequest extends $dara.Model { /** * @remarks * The API products. * * This parameter is required. */ apiProductIds?: string[]; /** * @remarks * The application ID. * * This parameter is required. * * @example * 110982490 */ appId?: number; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }