import { APIResource } from "../../../resource.js"; import * as ReportsAPI from "./reports.js"; import { ReportListParams, ReportListResponse, ReportListResponsesSinglePage, Reports } from "./reports.js"; export declare class Phishguard extends APIResource { reports: ReportsAPI.Reports; } export declare namespace Phishguard { export { Reports as Reports, type ReportListResponse as ReportListResponse, ReportListResponsesSinglePage as ReportListResponsesSinglePage, type ReportListParams as ReportListParams, }; } //# sourceMappingURL=phishguard.d.ts.map