import type { FunctionDefinition } from '../../definition_types'; /** * Returns a new string representing the input string converted to upper case. * * @example * ROW message = "Some Text" * | EVAL message_upper = TO_UPPER(message) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=to_upper.d.ts.map