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