interface ListOptions { limit: string; } export declare function listCommand(options: ListOptions): Promise; export {}; //# sourceMappingURL=list.d.ts.map