import { Metric } from './Metric'; export declare class FunctionCounter extends Metric { count: number; constructor(src: FunctionCounter); }