export { verify } from './verify'; export type { VerifyFailure } from './verify'; export type { TransactionDetail } from './process-text/process-text'; export { detectTransactionId } from './detect'; export type { DetectTransactionIdResult } from './detect'; //# sourceMappingURL=index.d.ts.map