export declare function createTransitionManager(): { confirmTransitionTo: (location: any, action: any, getUserConfirmation: any, callback: (ok: any) => any) => void; setPrompt: (nextPrompt: any) => () => void; };