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