/** * Used to merge the exports from the main index.ts file with the exports from the cloud/krisp/useKrispNoiseFilter.ts file for docs generation. */ export * from './index'; export { useKrispNoiseFilter, type useKrispNoiseFilterOptions, } from './hooks/cloud/krisp/useKrispNoiseFilter'; //# sourceMappingURL=index.docs.d.ts.map