import { SmrtObject } from '@happyvertical/smrt-core'; /** Private database arbiter shared by every terminal-auth process. */ export declare class UsersCliAuthApproveLimit extends SmrtObject { /** Approving browser user whose budget this row protects. */ userId: string; /** Failed attempts plus currently reserved attempts inside the window. */ attemptCount: number; /** Beginning of the current failed-attempt window. */ windowStartedAt: Date; } //# sourceMappingURL=CliAuthApproveLimit.d.ts.map