import { Epub } from '@storyteller-platform/epub'; declare function snapshotAlignment(epubPath: string, transcriptionsPath: string, outputPath: string): Promise; declare function createAlignmentSnapshot(epub: Epub, transcriptionFilepaths: string[], textRef: "id-fragment" | "text-fragment", transliterate?: boolean): Promise; export { createAlignmentSnapshot, snapshotAlignment };