export declare const mockAssetsWithBranch: { assets: ({ uid: string; is_dir: boolean; _branches: string[][]; name: any[]; parent_uid: any[]; filename: string[]; content_type: string[]; dimension: { height: number; width: number; }[]; url: string[]; } | { uid: string; is_dir: boolean; _branches: string[][]; name: string[]; parent_uid: any[]; filename: any[]; content_type: string[]; dimension: any[]; url?: undefined; })[]; count: number; }; export declare const mockAssetsWithoutBranch: { assets: { uid: string; created_at: string; updated_at: string; created_by: string; updated_by: string; content_type: string; file_size: string; tags: any[]; filename: string; url: string; ACL: { roles: any[]; others: { read: boolean; create: boolean; update: boolean; delete: boolean; sub_acl: { read: boolean; create: boolean; update: boolean; delete: boolean; publish: boolean; }; }; }; is_dir: boolean; parent_uid: string; _version: number; title: string; dimension: { height: number; width: number; }; }[]; count: number; };