import { INodeType, INodeTypeDescription } from 'n8n-workflow';
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow/dist/Interfaces';
export declare class Tar implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
