import { Plugin } from '../BaseApp';
export default class StartStopPlugin implements Plugin {
    name: string;
    willStart(app: any): void;
}
