declare module 'sei-helper' { export async function question(qStr: string): Promise; export function cleanupFilename(str: string): string; export function exec(str: string, str1: string, str2: string); export const cookie: { parse: (data: Record) => Record }; export function formatTime(time: number): string }