/**
 * Checks if the user is in an Electron environment
 *
 * @returns true if the user is in an Electron environment, false otherwise
 */
export declare const isElectron: () => boolean;
//# sourceMappingURL=is-electron.d.ts.map