import { HejhomePlatform } from '../platform.js'; export declare const HEJ_CLIENT_ID = "62f4020744ca4510827d3b4a4d2c7e7f"; export declare const HEJ_CLIENT_SECRET = "fcd4302cece447a9ab009296f649d2c0"; /** * Retrieves the access token for the platform. * @param {HejhomePlatform} platform - The platform instance. * @returns {Promise} - The access token. */ export declare const getToken: (platform: HejhomePlatform) => Promise;