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