import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow"; export declare class Roam implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getGroups(this: ILoadOptionsFunctions): Promise>; }; }; execute(this: IExecuteFunctions): Promise; }