import { INodeDefinition, Node } from '@tokens-studio/graph-engine'; import type { ToInput } from '@tokens-studio/graph-engine'; export declare class GetJSONNode extends Node { static title: string; static type: string; inputs: ToInput<{ file: Uint8Array; }>; static description: string; constructor(props: INodeDefinition); execute(): Promise; } //# sourceMappingURL=getJson.d.ts.map