import { ProviderInterface } from '../../../interfaces';
import { Application } from '../../../foundation/application';
import { ScheduleService } from '../../../supports/schedule';
export declare class ScheduleProvider implements ProviderInterface {
    app: Application;
    schedule(): ScheduleService;
}
