export declare function withSerializedRateLimitAttempt(params: { ip: string | undefined; scope: string | undefined; run: () => Promise; }): Promise;