import type { RokuEcpParam } from '../RokuECP'; import type { AugmentedVariable } from './BrightScriptDebugSession'; export declare function populateVariableFromRegistryEcp(options: RokuEcpParam<'getRegistry'>, v: AugmentedVariable, variables: Record, refIdFactory: (key: string, frameId: number) => number): Promise;