interface ListOpts { json?: boolean; } export declare function list(opts: ListOpts): Promise; export {};