import * as $dara from '@darabonba/typescript'; export declare class ListYikeAssetFoldersRequest extends $dara.Model { /** * @example * 1 */ pageNo?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ProductionId */ productionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }