export default Str;
declare function Str(str: any): Str;
declare class Str {
    constructor(str: any);
    str: any;
    toUTF8Bytes: (() => any[]) | undefined;
    toUCS2Bytes: (() => number[]) | undefined;
}
