import type * as HydraDB from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { SourcesV2SourceDeleteRequestType } from "../../types/SourcesV2SourceDeleteRequestType.js"; export declare const SourcesV2SourceDeleteRequest: core.serialization.Schema>; export declare namespace SourcesV2SourceDeleteRequest { interface Raw { collection?: string | null; database?: string | null; ids?: string[] | null; sub_tenant_id?: string | null; tenant_id?: string | null; type?: SourcesV2SourceDeleteRequestType.Raw | null; } }