import { InputLocation } from "./interface";
declare const FindStation: (input: InputLocation) => Promise<any>;
export default FindStation;
