/**
 * Device fingerprinting service
 */
export declare class FingerprintService {
    static getDeviceFingerprint(): Promise<string>;
}
