import type { VideoAnalyzeOutput } from './types.js'; export declare function createAnalyzeOutput(input: Omit & { generatedAt?: string; }): VideoAnalyzeOutput; //# sourceMappingURL=analyze-output.d.ts.map