import type { Impit } from "impit"; /** * Main function to fetch data for a place. * @param {string} placeId - The CID (e.g., 0x3ae2575b18d322ff:0x3c53adf6ab35b12b) * @param {Impit} client - The hydrated client instance. */ export default function fetchSessionToken(placeId: string, client: Impit): Promise;