import type { DeviceHardware, Fingerprint } from '../../domain/device.js'; import type { Result } from '../../framework/types/result.js'; import { BaseError } from '../../framework/error/mod.js'; export declare class GatherDeviceInformationError extends BaseError { readonly cause: unknown; readonly _tag = "GatherDeviceInformationError"; constructor(cause: unknown); } export declare function buildGather(): () => Promise>; //# sourceMappingURL=gather.d.ts.map