import type { DeviceHardware, Fingerprint } from '../../../domain/device.js'; export declare function createFingerprint(hardware: DeviceHardware): Promise; //# sourceMappingURL=create-fingerprint.d.ts.map