/** * Checks if the application is the tapsters frontend. * * @returns {boolean} True if the application is the tapsters frontend, false otherwise. */ export declare const isTapstersFrontend: () => boolean;