import { HejhomePlatform } from '../platform.js'; export declare const hejRequest: (platform: HejhomePlatform, method: "GET" | "POST", path: string, data?: Req, expectJson?: boolean) => Promise;