export declare class Counter extends Number {
    constructor(value?: any);
    static isCounter(value?: any): boolean;
}
