import { IHotspot, IPannellum } from "./Core/Pannellum"; export declare function InitPannellum(src: string, id: string, title?: string, subtitle?: string, hotspots?: IHotspot[], onDebugCallback?: (pitch: number, yaw: number, centerPitch: number, centerYaw: number, hfov: number) => void): IPannellum;