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