import { Device } from "./graphql/graphql";
export declare const setupSubscription: (locationHiloId: string, onUpdate: (device: Device) => void) => Promise<{
    readonly client: import("graphql-ws").Client;
    readonly close: () => void;
} | null>;
//# sourceMappingURL=subscription.d.ts.map