declare function createSpeechTranscribeStep(rawValues: Record, _context: { hasInputs: boolean; }): Record; export declare const speechTranscribeSemanticIntentDescriptor: { readonly createStep: typeof createSpeechTranscribeStep; readonly defaultOutputPath: "output.txt"; readonly execution: { kind: "dynamic-step"; handler: string; resultStepName: string; fields: readonly [{ readonly name: "provider"; readonly kind: "string"; readonly propertyName: "provider"; readonly optionFlags: "--provider"; readonly description: "Provider to use for transcription. Defaults to replicate."; readonly required: false; readonly exampleValue: "replicate"; }, { readonly name: "format"; readonly kind: "string"; readonly propertyName: "format"; readonly optionFlags: "--format"; readonly description: "Output format. Defaults to text."; readonly required: false; readonly exampleValue: "text"; }, { readonly name: "source_language"; readonly kind: "string"; readonly propertyName: "sourceLanguage"; readonly optionFlags: "--source-language"; readonly description: "Spoken language as a BCP-47 code, for providers that support explicit source languages."; readonly required: false; readonly exampleValue: "en-US"; }, { readonly name: "target_language"; readonly kind: "string"; readonly propertyName: "targetLanguage"; readonly optionFlags: "--target-language"; readonly description: "Target written language for providers that support translation."; readonly required: false; readonly exampleValue: "en-US"; }]; }; readonly inputPolicy: { readonly kind: "required"; }; readonly outputDescription: "Write the transcript to this path or directory"; readonly presentation: { readonly description: "Transcribe speech in audio or video files"; readonly details: "Runs `/speech/transcribe` with a text-first default and writes the transcript to `--output`."; readonly examples: Array<[string, string]>; }; readonly runnerKind: "watchable"; }; export {}; //# sourceMappingURL=speechTranscribe.d.ts.map