import { Logs } from "../models/log"; /** * ファイルパスを受け取り、ログデータを作成する関数 */ export declare const readLogFile: (logFilePath: string) => Promise;