export interface FileLog {
    createLog: (message: string) => void
}