<?php namespace Maatwebsite\Excel\Concerns; interface WithCustomChunkSize { /** * @return int */ public function chunkSize(): int; }