import type { ReactNavigationIntegrationStorage } from './storage'; import type { NavigationStateLike } from './types'; export declare function createStateChangeHandler(storage: ReactNavigationIntegrationStorage, appLaunchTime: number): (state: NavigationStateLike | undefined) => void; //# sourceMappingURL=handleStateChange.d.ts.map