import { Type } from './types'; export declare const utf8: Type; export declare const hex: Type; export declare const base64: Type;