/** * CLI Command: list-tickets import { getErrorMessage } from './../../types/common'; * * List tickets with filtering options */ import { Command } from "commander"; export declare const listTicketsCommand: Command; //# sourceMappingURL=list-tickets.d.ts.map