export default class PreProcessor { private static definitions; private static evaluateCondition; static process(splittedLines: string[], remainDefine: boolean, definitions?: string[], startLineStr?: string, endLineStr?: string): string[]; }