import type { Tickets } from "node-zendesk";
export default function getTickets(account_id: string): Promise<Tickets.TicketType[]>;
