/** * @fileoverview SimpleStamp - TypeScript Node library for creating * compact, portable Open Timestamps attestations. * * @author davidarvan * @license Unlicense https://unlicense.org */ export { Timestamp } from './lib/timestamp'; export type { Attestation } from './models/simplestamp/v1/attestation'; export { AttestationStatus } from './models/simplestamp/v1/status'; //# sourceMappingURL=index.d.ts.map