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