import { type ILoadOptionsFunctions, type INodeListSearchResult, type INodePropertyOptions, type ResourceMapperFields } from 'n8n-workflow'; export declare function tableSearch(this: ILoadOptionsFunctions, filterString?: string, prevPaginationToken?: string): Promise; export declare function getDataTableColumns(this: ILoadOptionsFunctions): Promise<(INodePropertyOptions & { type: string; })[]>; export declare function getConditionsForColumn(this: ILoadOptionsFunctions): Promise; export declare function getDataTables(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=methods.d.ts.map