import { PluginResponse } from "./utils/response";
export declare function buildingToId(building: string): string;
export declare function query(building: string, room: string, synjonesAuth: string): Promise<PluginResponse>;
