import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function router(context: IExecuteFunctions, resource: string, operation: string, i: number): Promise; //# sourceMappingURL=router.d.ts.map