import type { FunctionDefinition } from '../../definition_types'; /** * URL-decodes the input, or returns `null` and adds a warning header to the response if the input cannot be decoded. * * @example * ROW u = "https%3A%2F%2Fexample.com%2F%3Fx%3Dfoo%20bar%26y%3Dbaz" * | EVAL u = URL_DECODE(u) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=url_decode.d.ts.map