import { Device } from "./graphql/graphql";
export declare const fetchDevicesForLocation: (locationHiloId: string) => Promise<Device[]>;
//# sourceMappingURL=location.d.ts.map