import { INodeProperties } from "n8n-workflow";
export declare const timelineOperations: {
    name: string;
    value: string;
    description: string;
    action: string;
}[];
export declare const timelineFields: INodeProperties[];
