import { IDataObject } from 'n8n-workflow';
export declare class IfConfigUtils {
    parseIfConfigIpv4(output: string): IDataObject[];
}
