import { Pool } from '../interfaces'; export interface PoolParams { cliPath: string; poolName: string; } export declare function poolCommand(options: PoolParams): Promise;