declare module "@aks-dev/react-native-splash-screen" { export default class SplashScreen { static hide(): void; static show(): void; } }