import { AngularFirePerformance } from './performance';
import { PerformanceMonitoringService } from './performance.service';
export declare class AngularFirePerformanceModule {
    constructor(perf: AngularFirePerformance, _: PerformanceMonitoringService);
}
