export interface NodeNewCounterParams { cliPath: string; poolName: string; counter: string; } export declare function nodeNewCounterCommand(options: NodeNewCounterParams): Promise;