import { TicketOverview } from "./types";
import { InsightClient } from "./client";
export declare class InsightTicketRepository {
    client: InsightClient;
    objPath: string;
    constructor(client: InsightClient);
    find(params?: object): AsyncGenerator<TicketOverview, undefined, undefined>;
}
//# sourceMappingURL=ticket.d.ts.map