import BaseReporter from './BaseReporter'; export default class ExpressReporter extends BaseReporter { constructor(); getKey(): string; }