/** * A semantic versioning string representing the currently running version of * ToDesktop's backend. * @public */ export declare const getBackendVersion: () => string; /** * @public * @returns `true` if the current application is running in ToDesktop. `false` * if not running in ToDesktop (e.g. if running in a web browser). */ export declare const isDesktopApp: () => boolean;