import type { FunctionDefinition } from '../../definition_types'; /** * Encode a string to a base64 string. * * @example * ROW a = "elastic" * | EVAL e = TO_BASE64(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=to_base64.d.ts.map