import { ChartType } from '../model/types'; export declare class LangUtils { static prepare(ws: string, vars: any, skippedVars: string[], type: ChartType, lang?: ('warpscript' | 'flows')): string; private static generateFlowsVars; private static generateWarpscriptVars; private static generateFlows; private static generateWarpscript; }