import { NativeLocation } from "./model/json/native/NativeLocation";
export declare function isGastroLocation(location: NativeLocation): boolean;
