export type GetMachineIdOptions = { raw?: boolean; }; export declare function getMachineId({ raw, }?: GetMachineIdOptions): Promise; export declare function getMachineIdSync({ raw }?: GetMachineIdOptions): string | undefined; //# sourceMappingURL=index.d.ts.map