import { Service } from 'laravel-jstools-di'; import { NotyServiceContract } from './contracts/NotyServiceContract'; import { NotyDataInterface } from './interfaces/NotyDataInterface'; export declare class AlertNotyService extends Service implements NotyServiceContract { show(data: NotyDataInterface): void; }