import { AST_PRIMITIVES } from '../constants';
import { CommonAST } from '../constants/interfaces';
export declare function getValidDataTypeParam(args: CommonAST[], validDataTypes: AST_PRIMITIVES[]): AST_PRIMITIVES;
