<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
interface Provider
{
public function onImport();
}