declare module "@mkkellogg/gaussian-splats-3d" { export class Viewer { constructor(options?: Record); addSplatScene(url: string, options?: Record): Promise; start(): void; dispose(): void; } export default Viewer; }