export * from './customFunctions';
export * from './isNumberParam';
export * from './isStringParam';
export * from './isDateParam';
export * from './isValidDate';
export * from './getMonthMaxDayAllowed';
export * from './getNodeValue';
export * from './getVariableType';
export * from './isLongLiteralNumber';
export * from './cleanInvalidItemsInContext';
export declare const removeQuotes: (str: string) => string;
