import type { RateLimitConfig, StoreAdapter } from "../core/otp.types.js"; export declare function assertWithinRateLimit(store: StoreAdapter, key: string, config?: RateLimitConfig): Promise;