/** * CLI Command: my-tickets * * Show tickets assigned to current user */ import { Command } from "commander"; export declare const myTicketsCommand: Command; //# sourceMappingURL=my-tickets.d.ts.map