import type { Property, EndpointError } from '@aeriajs/types'; import type { GlobalStateManager } from '@aeria-ui/state-management'; import { Result } from '@aeriajs/types'; export declare const recurseInsertCandidate: (obj: unknown, property: Property | undefined, manager: GlobalStateManager) => Promise>;