import { Decoder } from "../utils/interface"; /** * Decodes an unknown value into a string. */ export declare const string: Decoder;