/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/19/2020 * Time: 1:23 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { ServiceProvider } from '../../Support/ServiceProvider'; export declare class ValidatorServiceProvider extends ServiceProvider { register(): void; registerValidationFactory(): void; registerPresenceVerifier(): void; }