export { checkForUpdate } from "./update-checker"; export type { UpdateCheckResult } from "./update-checker"; export { createAutoUpdatePlugin } from "./plugin";