import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { HandlerResourceMappingSyncMode } from "./HandlerResourceMappingSyncMode.js"; export declare const HandlerResourceMapping: core.serialization.ObjectSchema; export declare namespace HandlerResourceMapping { interface Raw { acl?: string[] | null; additional_metadata?: Record | null; collection?: string | null; custom_instructions?: string | null; database?: string | null; metadata?: Record | null; name?: string | null; resource_id: string; resource_type?: string | null; sub_tenant_id?: string | null; sync_mode?: HandlerResourceMappingSyncMode.Raw | null; tenant_id?: string | null; } }