import type * as HydraDB from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { ListContentFilter } from "../../../../types/ListContentFilter.js"; import { ListV2ListContentRequestType } from "../../types/ListV2ListContentRequestType.js"; export declare const ListV2ListContentRequest: core.serialization.Schema; export declare namespace ListV2ListContentRequest { interface Raw { acl?: string[] | null; collection?: string | null; database?: string | null; filters?: ListContentFilter.Raw | null; group_threads?: boolean | null; ids?: string[] | null; include_fields?: string[] | null; page?: number | null; page_size?: number | null; sub_tenant_id?: string | null; tenant_id?: string | null; type?: ListV2ListContentRequestType.Raw | null; } }