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 HandlerConnectorCreateResponse: core.serialization.ObjectSchema; export declare namespace HandlerConnectorCreateResponse { interface Raw { acl_changes_cursor?: string | null; active_resource_count?: number | null; auth_type?: string | null; collection?: string | null; connector_id?: string | null; custom_instructions?: string | null; database?: string | null; documents_dispatched?: number | null; first_data_dispatched_at?: string | null; first_sync_at?: string | null; last_attempted_sync_at?: string | null; last_error?: string | null; last_successful_sync_at?: string | null; lifecycle?: string | null; message?: string | null; name?: string | null; needs_reauth?: boolean | null; needs_reauth_at?: string | null; needs_reauth_reason?: string | null; next_sync_at?: string | null; paused?: boolean | null; paused_at?: string | null; paused_next_sync_at?: string | null; provider?: string | null; provider_account_scope?: string | null; resources_pending_first_sync?: number | null; status?: string | null; sub_tenant_id?: string | null; sync_blocked?: boolean | null; sync_blocked_at?: string | null; sync_blocked_reason?: string | null; sync_cycles_completed?: number | null; sync_engine?: string | null; sync_interval_seconds?: number | null; sync_status?: string | null; tenant_id?: string | null; } }