declare module 'jsonpath-picker-vanilla' { export function jsonPathPicker( source: HTMLElement | null, json: object, target: (HTMLInputElement | null)[], opt: Record ): void; export function clearJsonPathPicker(source: HTMLElement | null): void; }