import * as $dara from '@darabonba/typescript'; export declare class ListYikeAssetFoldersResponseBodyFolderList extends $dara.Model { /** * @example * 2026-01-22T02:07:06Z */ createTime?: string; /** * @example * fd-EXRyxc5SHY */ folderId?: string; /** * @example * default */ folderName?: string; /** * @example * 1 */ isDefault?: boolean; /** * @example * pd_183320223010**** */ productionId?: string; /** * @example * llm-odl2p61i4vfbph4g */ workspaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListYikeAssetFoldersResponseBody extends $dara.Model { folderList?: ListYikeAssetFoldersResponseBodyFolderList[]; /** * @example * 50 */ maxResults?: number; /** * @example * Token */ nextToken?: string; /** * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @example * 78 */ total?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }