export declare type APISlideData = { text: string; notes: string; uuid: string; }; export declare type APISlideStatus = { current: APISlideData; next: APISlideData; }; //# sourceMappingURL=slide.d.ts.map