import type { InitData } from '../types';
export declare function setFingerprintData(data: InitData): Promise<void>;
