import type { FunctionDefinition } from '../../definition_types'; /** * Converts a multi-valued input of numbers, or a hexadecimal string, to a dense_vector. * * @example * row ints = [1, 2, 3] * | eval vector = to_dense_vector(ints) * | keep vector */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=to_dense_vector.d.ts.map