import { Bootstring } from "../Bootstring";
import { SimpleNthBase } from "../SimpleNthBase";
export declare const base36: SimpleNthBase;
/** Punycode encoder/decoder */
export declare const punycode: Bootstring;
export default punycode;
