export { STATES_STEPS as answerSessionSteps } from '@orama/oramacore-events-parser'; export type { AnswerConfig, AnswerSessionConfig, Interaction } from './stream-manager.js'; export { OramaCoreStream as AnswerSession } from './stream-manager.js'; export * from './lib/types.js'; export { createRandomString } from './lib/utils.js'; export * from './manager.js'; export * from './collection.js'; export * from './cloud.js'; type DedupeFunction = (message: string | undefined) => string; export declare const dedupe: DedupeFunction; //# sourceMappingURL=index.d.ts.map