import * as A from '../../application/ApplicationTypes'; import * as P from '../PresentationTypes'; export default function hasPresentationChanged(prevPres: P.Presentation, nextPres: P.Presentation, appVersion: A.AppVersion): boolean;