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