export interface ListOptions { limit?: string; all?: boolean; } export declare function listCommand(opts?: ListOptions): Promise;