FileStat: {
    createdAt: Date;
    isDirectory: (() => boolean);
    isFile: (() => boolean);
    size: number;
    updatedAt: Date;
}