import type { IndyVdr } from '../types'; export declare let indyVdr: IndyVdr; export declare const registerIndyVdr: ({ vdr }: { vdr: IndyVdr; }) => IndyVdr;