/** * Go to station home action * Calls the goToStationHome action on the parent window */ import type { GoToStationHome } from "./types"; export declare const goToStationHome: GoToStationHome;