export default class Cryptography {
    b64chars: string;
    b64tab: {};
    atob: typeof atob;
    Base64: any;
    constructor();
    static encode(u: any, urisafe?: boolean): string;
    decode(a: string): string;
    noConflict(): any;
    encodeURI(u: string): string;
    localAtob(a: string): string;
    localDecode(cccc: string): string;
}
//# sourceMappingURL=Cryptography.d.ts.map