= minForTimeId($timestamp)` * - delete all Snowflake IDs generated before a given $timestamp * Delete where `id < minForTimeId($timestamp)` * * @since 34.0.1 */ public function minForTimeId(int $timestamp): string; }