declare module "@/mock-video/behavior.config" {
  export const mockVideoBehavior: {
    sourceFile: string;
    posterImage: string;
    downloadFilePointer: string;
    fakeProcessingTimeMs: { min: number; max: number };
    fakeStatusMessages: string[];
    playButtonEnabled: boolean;
    fileNaming: { prefix: string; wordsFromUserInput: number; slugify: boolean; fallback: string; extension: string };
  };
}
