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 HandlerConnectorResourceStatus: core.serialization.ObjectSchema; export declare namespace HandlerConnectorResourceStatus { interface Raw { acl_warning?: string | null; acl_warning_at?: string | null; action?: string | null; checked_at?: string | null; display_name?: string | null; http_status?: number | null; last_row_count?: number | null; message?: string | null; page_acl_warning?: string | null; page_acl_warning_at?: string | null; resource_id?: string | null; retryable?: boolean | null; status?: string | null; sync_blocked?: boolean | null; sync_blocked_at?: string | null; sync_blocked_reason?: string | null; } }