import type { FunctionDefinition } from '../../definition_types'; /** * Decode a base64 string. * * @example * ROW a = "ZWxhc3RpYw==" * | EVAL d = FROM_BASE64(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=from_base64.d.ts.map