import type * as HydraDB from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; export declare const HandlerConnectorCreateReq: core.serialization.Schema; export declare namespace HandlerConnectorCreateReq { interface Raw { auth_type?: string | null; collection?: string | null; credentials?: Record | null; custom_instructions?: string | null; database?: string | null; name?: string | null; provider: string; provider_account_scope?: string | null; sub_tenant_id?: string | null; sync_interval_seconds?: number | null; tenant_id?: string | null; } }