import { room } from "../resources/index.js"; export declare const method = "getRooms"; export declare type result = room[];