export interface AssemblyAIResult {
    upload_url: string;
    error?: string;
}
//# sourceMappingURL=assemblyAIResult.d.ts.map