/** * Rate limiter for the API */ export declare class PWall { #private; constructor(intervalMs: number); waitForAccess(): Promise; private releaseNext; get intervalMs(): number; } //# sourceMappingURL=PWall.d.ts.map