import { JsonValue } from "vtxf-xe2/dist-node/xe2-base-utils"; export declare type MyPickedInfoType = { type: 'unknown' | string; json: { [k: string]: JsonValue; }; funcs: { [k: string]: Function; }; };