/**
 * Get the current machine ID, with caching and error handling
 * @returns The machine ID or empty string if unable to retrieve
 */
export declare function getCurrentMachineId(): Promise<string>;
//# sourceMappingURL=machine-id-cache.d.ts.map