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