import { IExecuteFunctions } from 'n8n-workflow';
export declare function executeTrim(this: IExecuteFunctions, input: string, from: number, to: number, outputFormat: string, itemIndex: number): Promise<string>;
