export declare class TokenExchangeJti {
    jti: string;
    expiresAt: Date;
    createdAt: Date;
}
