export * from 'firebase/performance';
import { getPerformance as _getPerformance, initializePerformance as _initializePerformance, trace as _trace } from 'firebase/performance';
export declare const getPerformance: typeof _getPerformance;
export declare const initializePerformance: typeof _initializePerformance;
export declare const trace: typeof _trace;
