export default class FingerprintUtils {
    private _fingerprint;
    constructor();
    getFingerprint: () => Promise<string>;
}
