import type { Captioner } from '../types.js'; /** * Create a `quality` profile captioner. The dispatcher has already configured * `env.cacheDir`; this profile only owns lazy model loading and inference. */ export declare function createQualityCaptioner(resolvedDevice: string): Captioner; //# sourceMappingURL=quality.d.ts.map