import { Param, CodifyUtf8 } from "./constants";
declare function utf8(param: Param): CodifyUtf8 | any;
export { utf8 };
