interface ListOptions { local?: boolean; } export declare function list(options: ListOptions): Promise; export {}; //# sourceMappingURL=list.d.ts.map