import { INodeParameters, NodeConnectionType } from 'n8n-workflow'; export declare const configuredOutputs: (parameters: INodeParameters) => { type: NodeConnectionType; displayName: string; }[] | NodeConnectionType[]; export declare const hexToRgbInt32: (hex: string) => number;