import { INodeDefinition, Node } from '@tokens-studio/graph-engine'; export default class ExternalTokensNode extends Node { static title: string; static type: string; static description: string; constructor(props: INodeDefinition); execute(): Promise; } //# sourceMappingURL=externalTokens.d.ts.map