export interface HmacNonceStore { recordIfNew(nonce: string, expiresAt: Date): Promise; }