interface UpgradeEpubOptions { removeNcx?: boolean | undefined; } declare function upgradeEpub(input: string, output: string, { removeNcx }: UpgradeEpubOptions): Promise; export { type UpgradeEpubOptions, upgradeEpub };