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