/** * LauncherKit Helper Module * * @author Louay Sleman * @contact louayakram12@hotmail.com * @linkedin https://www.linkedin.com/in/louay-sleman * @version 2.1.0 * @website https://louaysleman.com * @copyright Copyright (c) 2024 Louay Sleman. All rights reserved. */ import type { LauncherKitHelperProps } from '../interfaces/helper'; /** * A helper object with utility functions for launching apps and interacting * with the launcher on Android devices. */ declare const LauncherKitHelper: LauncherKitHelperProps; export default LauncherKitHelper; //# sourceMappingURL=index.d.ts.map