import type { INodeProperties } from 'n8n-workflow';
export declare const mtrOptions: {
    name: string;
    value: string;
    action: string;
}[];
export declare const mtrFields: INodeProperties[];
