/** * Copyright 2025 Adobe * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this file in * accordance with the terms of the Adobe license agreement accompanying * it. */ export type * from './lib/c2pa.js'; export type { Reader, ReaderFactory } from './lib/reader.js'; export type { Builder, BuilderFactory } from './lib/builder.js'; export type { Signer } from './lib/signer.js'; export { isSupportedReaderFormat, READER_SUPPORTED_FORMATS, } from './lib/supportedFormats.js'; export type { Settings, VerifySettings, TrustSettings, } from './lib/settings.js'; export type * from '@contentauth/c2pa-types'; //# sourceMappingURL=common.d.ts.map