export * from "./location.util"; export * from "./features.util"; /** * Tells if current platform is mobile/tablet or a desktop/non-touchable device * @returns */ export declare function isTouchPlatform(): boolean;