import type { Result } from '../../framework/types/result.js'; import type { License } from '../../domain/license.js'; import type { DeviceRegistrationManifest } from '../../domain/device-registration-manifest.js'; import { BaseError } from '../../framework/error/mod.js'; export declare class GetLicenseError extends BaseError { readonly cause: unknown; readonly _tag = "GetLicenseError"; constructor(cause: unknown); } export declare function buildGetLicense(): (manifest: DeviceRegistrationManifest) => Promise>; //# sourceMappingURL=get-license.d.ts.map