import type { OrtConfigurer } from "./common";
export type { ModelFetcher, SpeechProbabilities, OrtConfigurer, OrtModule, ModelFactory, Model } from "./common";
export { SileroLegacy } from "./legacy";
export { SileroV5 } from "./v5";
export interface OrtOptions {
    ortConfig?: OrtConfigurer;
}
//# sourceMappingURL=index.d.ts.map