import AbstractHandler from './AbstractHandler';
export default class LogCandle extends AbstractHandler {
    doExecute(): any;
}
