import type { OperatorDefinition } from '../../definition_types'; /** * The `::` operator provides a convenient alternative syntax to the TO_ conversion functions. * * @example * ROW ver = CONCAT(("0"::INT + 1)::STRING, ".2.3")::VERSION */ declare const definition: OperatorDefinition; export default definition; //# sourceMappingURL=cast.d.ts.map