import { LyraJSAPIMethodBrowser } from './index'; export interface IImageViewOptions { images: string[]; u?: string; t?: string; init: number; } export interface IImageAPI { imageViewer: LyraJSAPIMethodBrowser; } //# sourceMappingURL=image.d.ts.map