import type { HttpTransport } from "../http.js"; import type { ProtectionStatusInput, ProtectionStatusResponse } from "../types/protection.js"; export declare class ProtectionResource { private readonly http; constructor(http: HttpTransport); getStatus(input?: ProtectionStatusInput): Promise; } //# sourceMappingURL=protection.d.ts.map