import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodeListSearchResult, type INodePropertyOptions, type INodeType, type INodeTypeDescription, type ResourceMapperFields } from 'n8n-workflow'; export declare class E2eTest implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getOptions(this: ILoadOptionsFunctions): Promise; }; listSearch: { optionsSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; }; resourceMapping: { getMappingColumns(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=E2eTest.node.d.ts.map