import type { OutputCounter } from './types';
export declare const isOutputCounter: (input: any) => input is OutputCounter;
